.a_main_tit:link {
    font-weight:bold;
	color: #EB0000;
	text-decoration: none;
}
.a_main_tit:visited {
    font-weight:bold;
	color: #EB0000;
	text-decoration: none;
}
.a_main_tit:hover {
    font-weight:bold;
	color: #000099;
	text-decoration: none;
}
.a_main_tit:active {
    font-weight:bold;
	color: #EB0000;
	text-decoration: none;
}