/* CSS Document */

body {margin:0px; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:20px; color:#666666;}
a:link {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.blue {
	color: #6699CC;
	line-height: 30px;
}

.mail:link
{
	font-size: 12px;
	color: blue;
	text-decoration:underline;
}
.mail:visited
{
	font-size: 12px;
	color:Blue;
}
.mail:hover
{
	font-size: 12px;
	color:Red;
}
