body {
background-image:url("images/pattern.png");
	} 

a, a:link, a:visited {
	color: #b5b1b1;
	cursor: help;
	text-decoration: none;
	font-style: normal;}
a:hover {
	color: #E80406;
	text-decoration: none;
	font-style: normal;
	background-color: #ffffff;
}

td.menu a {
display: inline;
line-height: 40px;
font-family: "georgia", 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: orange;
padding-right: 10px;
padding-left: 10px;
}

td.menu a:hover {
display: inline;
line-height: 40px;
font-family: "georgia", arial, sans-serif;
font-size: 25px;
font-weight: normal;
text-transform: lowercase;
color: #E80406;
text-align: center;
letter-spacing: -1px;
border-width: 0px;
font-style: normal;	
line-height: 35px;
background-color: orange;
padding-right: 10px;
padding-left: 10px;
}

td.content {
	font-family: Palatino Linotype, serif;
	font-size: 11px;
	color: orange;
	letter-spacing: normal;
	text-align: justify;
	background-image:url("images/centerbackground.png");
	
} 


