body {
	font-family:arial,sans-serif;
	font-size: normal;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
a: {
    color:#000000;
 }
a:active {
	text-decoration: none;
	color:#000000;
}
a:link {
    color:#000000;
 }
a:visited {
    color:#000000;
 }
a:hover {
       text-decoration: none;
       font-size: normal;

	color : #000000;
	border-bottom: 2px dotted #0000ff;
}
.hover {
	font-family: arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #0000aa;
	border: 2px dotted #0000ff;
	background-color: #ffffff;
}
h2{
      font-family: comic sans ms, arial,sans-serif;
	font-size: normal;
	font-style: italic;
	font-weight: bold;
	color: #ff0000;
}