body {
	background-color: #FFFFFF;
}
.style1 {color: #FF6600}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
h1 {
	color: #FF6600;
	font-size: x-large;
}
h2 {
	color: #FF6600;
	font-size: large;
}
h3 {
	color: #FF6600;
	font-size: medium;
} 
a:link {
	color:#FF6600;
	font-size:small;
	font-style:normal;
	font-weight: bold;
	text-decoration: none;
} 
a:visited {
	color:#FF6600;
	font-size:small;
	font-style:normal;
	font-weight: bold;
	text-decoration: none;
} 
a:hover {
	color:#000000;
	font-size:small;
	font-style:normal;
	font-weight: bold;
	text-decoration: underline;
} 
a:active 
	{text-decoration:none}

