a:link {
	font: normal 20px "baskerville old face";
	color: #ff0000;
	text-decoration: none;
}
a:visited {
	font: italic normal 20px "baskerville old face";
	color: #ff0000;
	text-decoration: none;
}
a:hover {
	font: italic 20px "baskerville old face";
	color: #ff0000;
	text-decoration: underline;
} 

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #FFFFFF;
}

.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #FFFFFF;
}
