/* CSS Document */

body {
	margin-top: 0px;
	background-color: #CCCCCC;
	font-family: Verdana, Geneva, sans-serif;
}
h1 {
	font-size: 25px;
}
h2 {
	font-size: 25px;
}
p {
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
}
.center { text-align:center;}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.style1 {
	color: #FFFFFF;
}
.style2 {	font-size: 24px;
	color: #8D0000;
	font-weight: bold;
}
.style3 {
	color: #8D0000;
}
