@charset "utf-8";

P  {
	font-size: 12px;
	font-family: helvetica;
	font-weight: normal;
	font-style: normal;
	color: white;
}

A  {
	font-size: 12px;
	font-family: helvetica;
	font-weight: bold;
	font-style: normal;
	color: white;
}

A:Visited  {
	font-size : 12px;
	font-family : helvetica;
	font-weight : bold;
	font-style : normal;
	color : white;
	text-decoration : none;
}

A:Active  {
	font-size : 12px;
	font-family : helvetica;
	font-weight : bold;
	font-style : normal;
	color : red;
	text-decoration : none;
}

A:Hover  {
	font-size: 12px;
	font-family: helvetica;
	font-weight: bold;
	font-style: normal;
	color: red;
	text-decoration: yes;
}