body {
background-color: #000; 
width: 400px; 
text-align: center; 
margin: auto; 
} 

#container {
width: 400px; 
border: 25px solid #fff; 
background-color: #fff; 
color: #000;
text-align: center; 
margin-top: 10px;
margin-bottom: 10px;
}

#content {
width: 400px; 
background-color: #fff; 
color: #000; 
font-family: verdana,arial,sans-serif; 
font-size: 10px; 
line-height: 1.25em; 
text-align: justify;
}

.imageheader {
height: 167px; 
background-color: #fff; 
margin: 0;
}

.menubar {
background-color: #fff; 
text-align: center; 
color: #cc9933; 
letter-spacing: 1px; 
font-size: xx-small; 
margin-top: 0;
margin-bottom: 5px;
}

.title {
color: #000; 
font-family: verdana,arial,sans-serif; 
font-size: 14px; 
text-align: left; 
font-weight: bold;
letter-spacing: 2px; 
}

td {
color: #000; 
font-family: verdana,arial,sans-serif; 
font-size: 10px; 
line-height: 1.25em;
}

th {
color: #000; 
font-family: verdana,arial,sans-serif; 
font-size: 10px; 
font-weight: bold; 
}

h1 {
color: #000; 
font-family: verdana,arial,sans-serif; 
font-size: 14px; 
text-align: left; 
font-weight: bold;
letter-spacing: 2px; 
}

a:link {
color: #cc9933; 
text-decoration: none;
}

a:visited {
color: #cc9933; 
text-decoration: none;
}

a:hover {
color: #663300; 
text-decoration: none; 
border-bottom: 1px solid #cc9933; 
}

a:active {
color: #cc9933; 
text-decoration: none;
}

.img {
border: none; 
}

a.menu:link {
color: #cc9933; 
text-decoration: none; 
}

a.menu:visited {
color: #cc9933; 
text-decoration: none; 
}

a.menu:hover {
color: #663300; 
text-decoration: none; 
border-bottom: none; 
}

a.menu:active {
color: #cc9933; 
text-decoration: none; 
}

input, select, textarea, option { 
background-color: #fff; 
color: #663300;
font-family: verdana,arial,sans-serif; 
font-size: 10px; 
border: solid 1px #cc9933; 
padding: 1px; 
}


