body, td, th, textarea, select, h2, h3, h4, h5, h6
{font: 12px verdana, arial, sans-serif;}



/* Normal, standard links. */
a:link

{
	color:#000099;
	font-style:normal;
	text-decoration:none;
	
}

a:visited

{
	color:navy;
	font-style:normal;
	text-decoration:none;
	
}

a:hover

{
	color:red;
	font-style:normal;
	text-decoration:underline;
	
}

a.plink

{
	color:#000000;
	font-style:normal;
	text-decoration:none;
}

a.plink:visited 

{
	text-decoration:none;
	color:#555555;
	font-style:normal;
	
	
}

a.plink:hover

{
	text-decoration:underline;
	color:red;
	font-style:normal;
}




