/* Style sheet for */

/*Styles*/
body {
}
.title {
font-family: "Andale Sans UI", Sans-serif;
font-weight: 600;
font-variant: small-caps;
}
a {
font-family: "Andale Sans UI", Sans-serif;
color: black;
text-decoration: none;
font-variant: small-caps;
font-weight: 600;
}
a:hover {
background-color: black;
color: white;
}
span.dl {
font-size: .7em;
}
h1 {
display: inline;
letter-spacing: 5px;
word-spacing: -10px;
}
h3 {
display: inline;
}
img {
border: solid black 1px;
}
table.menu th {
font-family: "Andale Sans UI", Sans-serif;
font-size: 1.2em;
font-weight: 400;
letter-spacing: 3px;
text-decoration: underline;
}
p {
display: inline;
}

/*Positioning*/
table td {
text-align: center;
}
table.menu td {
width: 200px;
}
table.thumbs td {
width: 80px;
}
hr {
width: 400px;
margin: auto;
}
img.focus {
height: 500px;
}
img.thumb {
height: 50px;
}