@charset "utf-8";
/* CSS Document */

body 
	{ 

		margin-bottom: 0px; 
		margin-top: 0px;
		margin-left: 0px;

 
  	} 

a
 {
	text-decoration: none;
	color: #003399;
	cursor:help;
	
}

 a:hover {
	color: #D2007B;
	text-decoration: underline;

}
