body {
background-image:url("images/backgroundtile.png");
background-repeat: repeat-x;
background-position: top left;
background-color:#000000;
margin:0px;
font-family: Palatino Linotype, serif;
font-size: 11px;
color: #b5b1b1;
letter-spacing: normal;
text-align: justify;
	} 

td.menu a {
display: inline;
line-height: 40px;
font-family: "Palatino Linotype", arial, sans-serif;
font-size: 25px;
font-weight: normal;
text-transform: lowercase;
color: #ffffff;
text-align: center;
letter-spacing: -1px;
border-width: 0px;
font-style: normal;	
line-height: 35px;
background-color: #faae00;
padding-right: 10px;
padding-left: 10px;
}

td.menu a:hover {
display: inline;
line-height: 40px;
font-family: "Palatino Linotype", arial, sans-serif;
font-size: 25px;
font-weight: normal;
text-transform: lowercase;
color: #1373aa;
text-align: center;
letter-spacing: -1px;
border-width: 0px;
font-style: normal;	
line-height: 35px;
background-color: #faae00;
padding-right: 10px;
padding-left: 10px;
}

a, a:link, a:visited {
	color: #b5b1b1;
	cursor: help;
	text-decoration: none;
	font-style: normal;}
a:hover {
	color: #424242;
	text-decoration: none;
	font-style: normal;
	background-color: #ffffff;
}