.Body {
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size: 8px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #006600;
	background-color: #66FF99;
	background-image : url("images/Background color.jpg");
	background-position: 10px 10px;
}
a:link {
	color : #0000FF; 
	text-decoration: none;
}
a:visited {
	color : #0000FF; 
	text-decoration: none;
}
a:active {
	color : #0000FF; 
	text-decoration: none;
}
a:hover {
	color : #0000FF; 
	text-decoration: none;
}

/* Menu */
.menu {
	font-size : 10pt; 
	font-family : Arial, Helvetica, sans-serif; 
	font-weight : bold; 
	color : #0000FF; 
}
.menu a:link {
	color : #003300; 
	text-decoration: none;
}
.menu a:visited {
	color : #FF0000; 
	text-decoration: none;
}
.menu a:active {
	color : #FF0000; 
	text-decoration: none;
}
.menu a:hover {
	color : #FF0000; 
	text-decoration: none;
