BODY {
	color: Black;
	background-color: White;
	 font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

A {
	color: Blue;
	text-decoration: none;
}

A:HOVER {
	color: Red;
	text-decoration: underline;
}
P {
	background: White;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* The style for the footer text on the subpages */ 
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #808080;
}	
/* The style for the links in the footer */ 
a.footer:link {color: #808080; font-style: normal; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none}
a.footer:active {color: #808080; font-style: normal; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none}
a.footer:visited {color: #808080; font-style: normal; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none}
a.footer:hover {color: #ff0000; font-style: normal; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none}