body {
	background-color:#FFFFDD;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/menu_back.jpg);
	background-repeat:repeat-y;
}

a {
        font-family: arial,comic sans ms,technical;
        font-size: 10pt;
        font-weight: normal;
	  color:#110000;
	  text-Decoration:none;
}

a:hover {
        font-family: arial,comic sans ms,technical;
        font-size: 10pt;
        font-weight: normal;
	  color:#110000;
	  text-Decoration:underline;
}

p {
        font-family: arial,comic sans ms,technical;
        font-size: 10pt;
        font-weight: normal;
 	  	color:black;
	 	 text-Decoration:none;
}

td {
        font-family: arial,comic sans ms,technical;
        font-size: 10pt;
        font-weight: normal;
	  color:black;
	  text-Decoration:none;
}



.menu { 
	font-family: arial,comic sans ms,technical;
	color: #FFFF00;
		 margin-left:60px;
		font-weight: bold;
	}
a.menu:link {text-decoration: none}
a.menu:visited {text-decoration: none}
a.menu:hover {text-decoration: none; color: red;}
a.menu:active {text-decoration: none}

