body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: x-small;
	color: Black;
}
	
A:link, A:active
	{
	text-decoration	:	none;
	color			:	#3399FF;
	background		:	transparent;
	border-bottom-style:dashed;
	border-bottom-width:thin;
	border-bottom-color:#3399FF;
	
	}
A:visited 
	{
   	text-decoration	:	none; 
   	color			:	#3399FF; 
	border-bottom-style:dashed;
	border-bottom-width:thin;
  	background		:	transparent; 
	}		
A:hover 
	{ 
   	text-decoration	:	none; 
   	color			:	#3399FF;
	background-color:#E8F8FF;
	}
	

p {
	margin: 5px auto auto 15px;
}
