.letters {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFF00;
	background-color: #7F0000;
}
a:link {
	font-size: 12px;
	font-weight: bold;
	color: #FFDF00;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}
a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #FFDF00;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}
a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFDF00;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFDF00;
	text-decoration: none;
}

