body {
    margin: 0px 0 0 0;
    padding 0;
    background-color: #FFFFFF;
    color: #AAAAAA;
    font-family: "Trebuchet MS", Serif, Verdana, Arial, Helvetica, sans-serif, Tahoma;
    font-size: 12px;
}

a 
{
	margin: 1px;
    padding: 3px;
    display: block;
    font-size: 12px;
    background-color: #EEEEEE;
    text-decoration: none;
    text-align: center;
    font-weight: bolder;
    height: 18px;
    border-style: solid;
    border-color: #AAAAAA;
    border-width: 1px;
    color: #AAAAAA;
}


logo {
	position: static;
	left: 0px;
	top: 0px;
}

a:link, a:visited {
    color: #333333;
}
 	
a:hover, a:active {
    color: #FFFFFF;
    background-color: #930000;
    border-style: solid;
    border-color: #444444;
    border-width: 1px;
	font-weight: bolder;
}
