P  {	
	font-size : 13px;
	font-family : Arial;
	color : black;
	}

H1  {}

H2  {}

H3  {}

A  {
	font-size : 13px;
	font-family : Arial;
	color : black;
	text-decoration : none;
	
}

A:Visited  {
	font-size : 13px;
	font-family : Arial;
	color : Navy;

}

A:Active  {
	font-size : 13px;
	font-family : Arial;
	color : Gray;
	text-decoration : underline;
}

A:Hover  {
	font-size : 13px;
	font-family : Arial;
	color : Blue;
	text-decoration : underline;
}

BODY  {
	font-size : 13px;
	font-family : Arial;
	color : black;
}

table  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-style : normal;
}

