BODY {
	color: Black;
	background-color: #FFFFFF;
	font-family: "Times New Roman", serif;
	font-size: small;
}

P.Header {
	color: Black;text-decoration: none;
	background-color: #CCCCCC;
}

A {
	color: Blue;text-decoration: none;
}
A:link {
	color: Blue;text-decoration: none;
}
A:visited {
	color: Blue;text-decoration: none;
}
A:active {
	color: Blue;text-decoration: none;
}

A.menu {
	color: White;text-decoration: none;
}
A.menu:link {
	color: White;text-decoration: none;
}
A.menu:visited {
	color: White;text-decoration: none;
}
A.menu:active {
	color: White;text-decoration: none;
}
A.footer {
	color: #3E60B5;text-decoration: none;
}
A.footer:link {
	color: #3E60B5;text-decoration: none;
}
A.footer:visited {
	color: #3E60B5;text-decoration: none;
}
A.footer:active {
	color: #3E60B5;text-decoration: none;
}

A:HOVER {
	color: #4682B4;
}

A.footer:HOVER {
	color: #4682B4;
}

A.menu:HOVER {
	color: #33CCFF;
}

table {
	border: 0px;
}
