a.link:link          { color: #666666; text-decoration: none }
a.link:active        { color: #666666; text-decoration: none }
a.link:visited       { color: #666666; text-decoration: none }
a.link:hover         { color: red; text-decoration: underline }

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
}
.style1 {
	color: #7d7d7d;
	font-size: 9px;
	font-family: tahoma;
}
.style2 {color: #f68222; font-size: 9px;
	font-family: tahoma;}
.style3 {
	color: #737373;
	font-size: 11px;
	font-family: tahoma;
}

a.border:link          { color: #009900; text-decoration: none }
a.border:active        { color: #009900; text-decoration: none }
a.border:visited       { color: #009900; text-decoration: none }
a.border:hover         { color: #CC6699; text-decoration: underline }

a.link2:link          { color: red; text-decoration: none }
a.link2:active        { color: red; text-decoration: none }
a.link2:visited       { color: red; text-decoration: none }
a.link2:hover         { color: #2E2E2E; text-decoration: underline }