a  {
	font-weight : bold;
	color : #000000;
	text-decoration: none;
}

a:hover  {
	text-decoration : none;
	color : Red;
}

.title  {
	font-size : 25pt;
	font-family : arial, helvetica, verdana;
	font-weight : bold;
	color : #FF0000;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
}
b {
	font-size: 12px;
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
