BODY {
	font-family : TrebuchetCE, Trebuchet CE, Trebuchet, Arial CE, Arial, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	background-color : Teal;
}
A {
	color : Teal;
	font-family : TrebuchetCE, Trebuchet CE, Trebuchet, Arial CE, Arial, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}
A:HOVER {
	color : Green;
	text-decoration : underline;
}
P {
	font-family : sans-serif;
	font-size : 11px;
	font-style : normal;
	color : Black;
}
H1 {
	color : Teal;
	font-family : TrebuchetCE, Trebuchet CE, Trebuchet, Arial CE, Arial, sans-serif;
	font-size : 20px;
	font-style : normal;
	font-weight : bold;
	text-decoration : none;
	text-align : center;
}
H2 {
	color : Teal;
	font-family : Times New RomanCE, Times New Roman CE, Times New Roman, Times, serif;
	font-size : 30px;
	font-style : italic;
	font-weight : normal;
	text-decoration : none;
	text-align : center;
}

DIV {
	font-family : sans-serif;
	font-size : 11px;
	font-style : normal;
	color : Black;
}