body { 
background-image: url(tile.jpg); 
background-repeat: repeat;
background-color: #666699; 
width: 500px; 
text-align: center; 
margin: auto;
} 

#container {
width: 500px; 
background-color: #fff; 
text-align: center; 
margin-top: 10px; 
margin-bottom: 10px;
} 

#headerimg {
background-image: url(top.jpg); 
background-repeat: no-repeat; 
text-align: center; 
width: 500px; 
height: 318px; 
}

#content {
margin-left: 10px; 
margin-right: 10px; 
font-family: Georgia, "Times New Roman", Verdana, Serif; 
color: #000; 
font-size: 11px; 
line-height: 1.25em; 
text-align: justify;
}

#navmenu {
margin-top: 0; 
font-family: Verdana, Arial, Sans-Serif; 
color: #000; 
font-size: 10px; 
letter-spacing: 3px; 
text-align: center;
}

h1 {
font-family: Georgia, "Times New Roman", Verdana, Serif; 
color: #000; 
font-size: 14px; 
font-weight: bold; 
letter-spacing: 4px; 
font-variant:small-caps; 
}

h4 {
font-family: Georgia, "Times New Roman", Verdana, Serif; 
color: #000; 
font-size: 14px; 
font-weight: bold; 
letter-spacing: 4px; 
font-variant:small-caps; 
}

h5 {
font: 9px verdana, arial, sans-serif; 
color: #666; 
font-weight: normal;
letter-spacing: 2px;
text-align: left; 
padding: 2px; 
border-bottom: 1px dashed #666699; }

td {
margin-left: 10px; 
margin-right: 10px; 
font-family: Georgia, "Times New Roman", Verdana, Serif; 
color: #000; 
font-size: 11px; 
}

th {
text-align: left; 
font-weight: bold; 
font-family: Georgia, "Times New Roman", Verdana, Serif; 
color: #000; 
font-size: 11px; 
} 

a:link {
color: #666699; 
font-weight: normal; 
text-decoration: none;
}

a:visited {
color: #666699; 
font-weight: normal; 
text-decoration: none;
}

a:hover {
color: #333366; 
font-weight: normal; 
text-decoration: none;
}

a:active {
color: #666699; 
font-weight: normal; 
text-decoration: none;
} 

a.menu:link {
color: #000; 
font-weight: normal; 
text-decoration: none; 
}

a.menu:visited {
color: #000; 
font-weight: normal; 
text-decoration: none; 
}

a.menu:hover {
color: #666699; 
font-weight: normal; 
text-decoration: none; 
}

a.menu:active {
color: #000; 
font-weight: normal; 
text-decoration: none; 
}

.footer {
font-size: 10px; 
text-align: center; 
letter-spacing: 2px; 
font-variant: small-caps; 
color: #000; 
padding-bottom: 10px; 
}

