h1,h2,h3,h4,h5,h6 {
	font-family: Arial;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 14px;
}
a {
	font-family: Arial;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
}
body {
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
