
body.bodyorange{
	font-family: Arial; font-size: 3; color: #000080;background-color: #CC3300
}

body.bodyblue {
	font-family: Arial; font-size: 3; color: White;background-color: #3300CC
}

body.bodyred {
	font-family: Arial; font-size: 3; color: #000000;background-color: #CC3300
}

a.blue {
	 color: #000080; text-decoration: none; font-weight: bold;
}
a.blue:hover {
	color: #000080; text-decoration: underline;font-weight: bold;
}
a.blue:visited {
	color: #000080; text-decoration: none; font-weight: bold;
}

a.white {
	 color: #FFFFFF; text-decoration: none; font-weight: bold;
}
a.white:hover {
	color: #FFFFFF; text-decoration: underline;font-weight: bold;
}
a.white:visited {
	color: #FFFFFF; text-decoration: none; font-weight: bold;
}

H2
{
	color: black;
}

a.black {
	color: #000000; text-decoration: none;
}

a.black:hover {
		color: #000000; text-decoration: underline;

}
a.black:visited {
		color: #000000; text-decoration: none;

}
td.blue {
color: #000080;
}
p.blue
{
color: #000080;
}
td.white {
color: #FFFFFF;
}
p.white
{
color: #FFFFFF;
}