/* CSS Document */
a {text-decoration: underline; color: #A10320}
a:hover {
	color:#A10320;
	text-decoration: none;
}
#navbar a {
	color: #000000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#navbar a:hover { color: A10320; text-decoration: underline overline}
p {
	line-height: 25px;
	color: #000000;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
}
.maintitle {
	color: #A10320;
	font-size: xx-large;
}
