.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
}
.line {
	color: #CC9966;
}
.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	text-align: left;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #663333;
}
.title-large {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #000;
	
}
.title-small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #663333;
}
.sublink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
}
.sublink a:link {
	color: #CC3300;
	text-decoration: underline;
}
.sublink a:hover {
	color: #CC9966;
	text-decoration: none;
}
.sublink a:visited {
	color: #CC9966;
}
.title a:link {
	color: #663333;
	text-decoration: underline;
}
.title a:hover {
	color: #009933;
	text-decoration: none;
}
.title a:visited {
	color: #669966;
}
.menu a:link {
	color: #CC3333;
	text-decoration: underline;
}
.menu a:hover {
	color: #CC9966;
	text-decoration: none;

}
.menu a:visited {
	color: #CC9966;
}

