body {
background-image:url("images/gradient1.png");
background-repeat: repeat-x;
background-position: top left;
background-color:#273535;
margin:0px;
font-family: Palatino Linotype, serif;
font-size: 11px;
color: #169696;
letter-spacing: normal;
text-align: justify;
padding-left: 3px;
	} 

td.title {
font-family: Palatino Linotype, serif;
font-size: 15px;
color: red;
letter-spacing: normal;
text-align: justify;
} 

td.menu a {
display: inline;
line-height: 20px;
font-family: "verdana", arial, sans-serif;
font-size: 25px;
font-weight: normal;
text-transform: uppercase;
color: #ffffff;
text-align: center;
letter-spacing: -1px;
border-width: 0px;
font-style: normal;	
line-height: 35px;
background-color: #273535;
padding-right: 10px;
padding-left: 10px;
}

td.menu a:hover {
display: inline;
line-height: 20px;
font-family: "verdana", arial, sans-serif;
font-size: 25px;
font-weight: normal;
text-transform: uppercase;
color: #169696;
text-align: center;
letter-spacing: -1px;
border-width: 0px;
font-style: normal;	
line-height: 35px;
background-color: #273535;
padding-right: 10px;
padding-left: 10px;
}

a, a:link, a:visited {
	color: red;
	cursor: help;
	text-decoration: none;
	font-style: normal;}
a:hover {
	color: red;
	text-decoration: none;
	font-style: normal;
	background-color: #ffffff;
}