a:link  { color: #FF9933; text-decoration: underline }
a:visited  { color: #0082C8}
a:hover  {
	color: #FF9933;
	text-decoration: none;
}
a:active  {
	color: #FF9933;
}
body {
	margin: 0px;
}
.bodytext {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.bodytext a:link { color: #e37f47; text-decoration: none }
.bodytext a:visited { color: #000000; text-decoration: underline }
.bodytext a:hover { color: #e37f47; text-decoration: underline }
.bodytext a:active { color: #e37f47; text-decoration: none }
