.main {
	text-decoration: none;
	text-align: left;
}
a:link {
	color: #CC3300;
	text-decoration: none;
	font-weight: bolder;
	font-size: 14px;
	font-family: "Book Antiqua";
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

