﻿body 
{
 font-family:Arial;
 color:#000000;
 margin-top:0px;
 font-size:9pt;
 background-color:#f1f1f1;
}
a:link {
	
	 
	 color: #000000;
	 text-decoration: none;
	}

a:visited 
{
	
	color:Blue;
	text-decoration: none;
}
a:hover {
	

	 color:Purple;
	 text-decoration: none;
	}
	a:active {
	

	 color: #000000;
	 text-decoration: none;
	}




