a:link {
	color: A82E30;
	text-decoration: underline;
}
a:visited {
	color: A82E30;
	text-decoration: underline;
}
a:hover {
	color: A82E30;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
	color: E8C01E;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: small;
	color: A82E30;
}
h2 {
	font-size: x-small;
	color: E8C01E;
}
h3 {
	font-size: xx-small;
	color: 000000;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: 000000;
}
a {
	font-weight: bold;
}
.style1 {
	color: #A82E30;
	font-weight: bold;
}
