P  {
	font-size : x-small;
	font-family : TREBUCHET MS,VERDANA,ARIAL,HELVETICA;
	color : Black;
}

H1  {
	font-size : medium;
	font-family : Arial, Helvetica;
	font-weight : bold;
	color : Silver;
}

H2  {
	font-size : small;
	font-family : TREBUCHET MS,VERDANA,ARIAL,HELVETICA;
	font-weight : bold;
	color : Gray;
}

H3  {}

A  {
	color : Purple;
	text-decoration : none;
	font-weight : bold;
}

A:Visited  {
	color : Purple;
	text-decoration : none;
	font-weight : bold;
}

A:Active  {
	color : Red;
	text-decoration : underline;
	font-weight : bold;
}

A:Hover  {
	color : Red;
	text-decoration : underline;
	font-weight : bold;
}

BODY  {}


