P  {
	text-align : center;
	font-size : medium;
	font-weight : normal;
	font-style : normal;
	color:#0080C0;
}

H1  {
	color:#FFFFFF;
	text-align : center;
	font-size : x-large;
	font-weight : bold;
	font-style : italic;	
	text-decoration : underline;
}

H2  {	color:#0080C0;
		text-align : center;
		font-size : medium;
		font-weight : bold;
}

H3  {}

A:Visited  {
	color : #ffff33;
	text-decoration : none;
}

A:Visited:Hover { 
	color: #808080;
	text-decoration: underline;
}

A:Active  {
	color:#ffff33;
	text-decoration : none;
}

A:Hover  {
	color : #808080;
	text-decoration : underline;
}
A:Link	{
	color: #ffff33; 
	text-decoration: none;
}
th{
	color:#0080C0;
	text-align : left;
	font-size : small;
	font-weight : bold;
}	

BODY  {}

