/* CSS Document */
body {
	margin-left: 0%;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2D0000;
}
.style3 {
	color: #2D0000;
	font-weight: bold;
}
.style2 {color: #FFFFF2}


a:link {
	color: #FFFFF2; text-decoration:none
}
a:visited {
	color: #FFFFF2; text-decoration:none
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FFFFF2;  text-decoration:none
}
h1 {
	
	font-size: 18px;
	
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 10px;
	font-weight: bold;
	color: #2d0000;
}
h4 {
	font-size: 9px;
	font-weight: bold;
}
