.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
}
.title2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#links a:link {
    color:#000000;
}

#links a:visited {
	color:#000000;
}

#links a:hover {
	background-color: #cfcfcf;
	color:#000000;
}
