body
{
font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
margin: 10px;
font-weight: bold;
background-color: #333;
font-size: 14px;
color: #eee;
}

img {
border: 5px solid #fff;
}

a {
text-decoration: none;
font-size: small;
font-weight: bold;
}


a:link {
font-size: small;
color: #00566E;
font-weight: bold;
}

a:visited {
font-size: small;
color: #00566E;
font-weight: bold;
}

a:hover {
font-size: small;
color: #874247;
font-weight: bold;
}

a:active {
font-size: small;
color: #874247;
font-weight: bold;
}

input {
font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
font-size:12px;
font-weight:bold;
color:#666;
background-color: #fff;
border: 1px solid #666;
cursor: pointer;
width: 203px;
} 

#controls{
margin-top: 5px;
margin-bottom: -10px;
}


.controls,
.controls a,
.controls a:link,
.controls a:visited,
.controls a:active,
.controls a:hover 
{
color: #666;
font-weight: bold;
padding: 5px;
padding-top: 0px;
font-size: 10px;
}

.info,
.info a,
.info a:visited,
.info a:active,
.info a:hover 
{
color: #999;
font-weight: bold;
padding: 5px;
padding-top: 0px;
font-size: 10px;
}

.info a:link
{
color: #999;
text-decoration: underline;
font-weight: bold;
padding: 5px;
padding-top: 0px;
font-size: 10px;
}