P  {}

H1  {}

H2  {}

H3  {}

A  {
	font-size : 11px;
	font-family : Georgia;
	font-weight : bold;
	font-style : normal;
	color : #FFFF00;
	text-decoration : none;
}

A:Visited  {
	font-size : 11px;
	font-family : Georgia;
	font-weight : bold;
	font-style : normal;
	color : #FFFF00;
	text-decoration : none;
}

A:Active  {
	font-size : 11px;
	font-family : Georgia;
	font-weight : bold;
	font-style : normal;
	color : #FF00FF;
	text-decoration : none;
}

A:Hover  {
	font-size : 11px;
	font-family : Georgia;
	font-weight : bold;
	font-style : normal;
	color : #FFFFFF;
	text-decoration : none;
	clip : auto;
}

BODY  {
	font-size : 12px;
	font-family : Verdana;
	font-weight : normal;
	font-style : normal;
	color : #800080;
}

Strong  {
	font-family : Georgia;
	font-size : 14px;
	font-weight : bold;
	color : #FFFF00;
}

