table {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
	font-size: small;
}
a:visited {
	font-size: small;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	font-size: small;
	font-weight: bolder;
	text-decoration: none;
	color: #333399;
}
h1 {
	font-size: medium;
	font-weight: bold;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
h2 {
	font-size: small;
	font-weight: bold;
}

