P  {
	font-size : 12px;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	color : yellow;
}


H1  {
	font-size : 20px;
	font-face: Arial, Helvetica;
	font-family : sans-serif;
	font-weight : bold;
	font-style : normal;
	color : yellow;
}

H2  {
	font-size : 20px;
	font-family : sans-serif;
	font-weight : heavy;
	font-style : normal;
	color : Blue;
}

H3  {
	font-size : 15px;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Green;
}

A  {
	font-face : Arial,Helvetica;
	font-size : 12px;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	color : white;
	text-decoration: none;
} 


A:Visited  {
	color : yellow;
}

A:Active  {
	color : Red;
}

A:Hover  {
	color : Red;
}

BODY  {
	font-size : 12px;
	font-face : arial;
	font-family : sans-serif;
	font-weight : bold;
	font-style : normal;
	color : "white"
}

em  {
	font-size : 12px;
	color : Red;
	font-weight : bold;
	font-family : sans-serif;
	font-size : medium;
}


