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

A:hover {
	color: #6600CC;
	text-decoration: none;
}
A:link {
	text-decoration: none;
	color: #666666;
}
A:visited {
	text-decoration: none;
	color: #666666;
}

a:active {
	color: #666666;
	text-decoration: none;
}

body{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin:0;
	 font-size:12px;
}
.strong{font-size:16px; font-weight:bold;}
