
a:link {
	color: #0000FF;
	text-decoration: none;

}

a:visited {
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}
a:hover {
		color: #FF0000;
		text-decoration: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;

}
td {
	font-size: 10pt;
}
h1 {
	font-size: 18px;
}
h3 {
	font-size: small;
}
