
.links { text-decoration: none; color:blue; font-weight: bold; font-size: 12pt; font-family: Georgia, Times New Roman, Times, serif
}

a:hover { 
	text-decoration: underline;
	 color: green;
}

p {
   	font-size: 10pt;
	font-family: Georgia, Arial, sans-serif;
}

#text {
	text-decoration: none;
	font-size: 10pt;
	font-family: Georgia, Arial, sans-serif;
}

#rightcol {
	text-decoration: none;
	font-size: 10pt;
	font-family: Georgia, Arial, sans-serif;
	font-weight: bold;
}

#leftcol {
	text-decoration: none;
	color: Black;
	font-size: 10pt;
	font-family: Georgia, Arial, sans-serif;
	
}


