P  {
	font-size : 16px;
	color : Black;
	font-family : Times New Roman;
}

H1  {
	font-size : large;
	font-family : Times New Roman;
	font-weight : bold;
	color : '#000080';
	text-align : center;
}

H2  {
	font-size : medium;
	font-family : Times New Roman;
	font-weight : bold;
	color : '#000080';
}

H3  {
	font-size : medium;
	font-family : Times New Roman;
	color : '#000080';
	font-style : normal;
	font-weight : normal;
}

A  {
	font-size : medium;
	color : '#000080';
	font-weight : bold;
	text-decoration : underline;
	font-family : Times New Roman;
}

A:Visited  {
	font-family : Times New Roman;
	font-weight : bold;
	color : '#000080';
	text-decoration : underline;
	font-size : medium;
}

A:Active  {
	font-family : Times New Roman;
	font-weight : bold;
	color : '#000080';
	text-decoration : underline;
	font-size : medium;
}

A:Hover  {
	font-family : Times New Roman;
	font-weight : bold;
	font-size : medium;
	color : '#000080';
	text-decoration : none;
}

BODY  {}


