
.title
{
	color: #FFF;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", serif;
	font-size: 11px;
	font-weight: normal;
}

p
{
	color: #000;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-weight: normal;
}

.section
{
	color: #FFF;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", serif;
	font-size: 11px;
	font-weight: bold;
}

.reslist
{
	color: #FFF;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", serif;
	font-size: 12px;
	font-weight: normal;
	margin-left: 35px;
}


a:link		
		{
		color: #966;
		background-color: #000;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 20px;
		}
		
a:visited	
		{
		color: #966;
		background-color: #000;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 20px;
		}
			
a:hover		
		{
		color: #000;
		background-color: #FFF;
		text-decoration: underline;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 20px;
		}
		
