@charset "iso-8859-1";
P  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : Navy;
	font-size: 10pt;

}

H1  {
	font-family : "Tempus Sans ITC", "Comic Sans MS", "Times New Roman";
	font-weight : bold;
	text-decoration : underline;
	font-size : large;
	text-align : center;
	color : Red;
}

H2  {
	font-size : medium;
	font-family : "Tempus Sans ITC", "Comic Sans MS", "Times New Roman";
	font-weight : bold;
	color : Navy;
}

H3  {
	font-family : "Tempus Sans ITC", "Comic Sans MS", "Times New Roman";
	font-style : italic;
	font-size : medium;
	color : Navy;
}

A  {
	color : Blue;
}

A:Visited  {}

A:Active  {}

A:Hover  {}

BODY  {}

H4  {
	font-family : Times New Roman;
	text-decoration : underline;
	color : Navy;
}

EM  {
	font-style : italic;
}

li  {
	color : Navy;
}

img  {
	border-style : double;
	border-color : Red;
	border-width : medium;
}

