.main {
	font-size: 10pt;
	line-height: 125%;
}
a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
.catch {
	background-color: #FcF7E9;
	border: 1px solid #E8B07D;
	color: #666666;

}
