.body_text
{
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
}

.body
{
	color: #000000;
	font-family: verdana; 
	font-size: 14px
}

h1
{
	color: #CC0000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 24px;
	
	text-align:center;
}

h2
{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;

	text-align:center;
}

hr
{
	color: #cccccc;
}


a:link, a:visited
{
	color: #c00;
}


a:hover, a:active
{
	color: #1457aa;
	text-decoration: none;
}

ul li
{
	margin-bottom:10px;
}