body {
	margin:  0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color:	#666666;
}

h1	{
	font-size: 120%;
	color:	##000066;
}	

a	{
	text-decoration: none;
	font-weight:	normal;
	font-size: 100%;
	color:	#006666;
	}
a:link	{
	
	background-color: transparent;
	}
a:visited	{
	color:	#333366;
	background-color: transparent;
	}
a:hover	{
	color:	#336666;
	text-decoration:	underline;
	}
div#mail a{
	color : #333333;
	background-color : transparent;
	text-decoration : none;
}

div#mail a:hover{
	text-decoration : none;
	color:	#FF6600;
}