P  {
	font-family : Arial;
	color : White;
	text-decoration : none;
	text-align : center;
}

A:Link  { color : white; text-decoration: none}

A:Visited  {
	color : Red;
	text-decoration : none;
}

A:Active  {
	text-decoration : none;
}

A:Hover  {
	color : Red;
    	text-decoration : none;
}



