P  {
	font-size : medium;
	font-family : "Times New Roman";
	font-weight : normal;
	font-style : normal;
	color : Black;
}

H1  {
	font-size : x-large;
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	color : Red;
	text-decoration : underline;
	text-align : center;
}

H2  {}

H3  {
	font-size : x-small;
	font-family : Verdana;
	font-weight : normal;
	font-style : normal;
	color : Black;
}

A  {
	font-size : medium;
	font-family : "Times New Roman";
	font-weight : normal;
	font-style : normal;
	color : #4B0082;
}

A:Visited  {
	font-size : medium;
	font-family : "Times New Roman";
	font-weight : normal;
	font-style : normal;
	color : #FF6363;
}

A:Active  {
	font-size : medium;
	font-family : "Times New Roman";
	font-weight : normal;
	font-style : normal;
	color : #2F4F4F;
}

A:Hover  {
	font-size : medium;
	font-family : "Times New Roman";
	font-weight : normal;
	font-style : normal;
	color : Blue;
}

BODY  {
	font-size : medium;
	font-family : "Times New Roman";
	font-weight : normal;
	font-style : normal;
	color : Navy;
}

H5  {
	font-size : xx-small;
	font-family : Verdana;
	font-weight : normal;
	font-style : normal;
	color : Black;
}


