.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.small {
	font-size: x-small;
}
a:link {

	font-weight: bold;
	text-decoration: underline;



}
.title {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}
a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;

}
a:visited {
	
	font-weight: normal;
	text-decoration: underline;
}
a:active {

	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
.yellow {
	background-color: #FFFF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
