.title {
	font-size: 1.4em;
	font-weight: normal;
}
.main {
}
.footer {
	color: #CCCC99;
	font-size: 0.8em;
}
.mainB {
	font-weight: bold;
}
a:link {
	text-decoration: underline;
	color: #006633;
}
a:hover {
	color: #003399;
	text-decoration: none;
}
a:active {
	color: #003399;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006633;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFCC;
	color: #006633;
	font-size: 0.8em;
	line-height: 1.3em;
}
