.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;	
}
.main a:link {
	color: #0066FF;
	text-decoration: underline;
}
.main a:visited {
	color:#666666;
	text-decoration: underline;
}
.main a:hover {
	color: #0066FF;
	text-decoration: none;
}
.main a:active {
	color: #CC3300;
	text-decoration: none;
}
.main_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #663300;
}
