
a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: none;

}
a:active {
	color: #FFFF00;
	text-decoration: none;

}.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}

