body, td, th {
	color: #333333;
}

/*normal links - blue then red*/
<style>
.norm:link {color: '003366'; text-decoration:underline}
.norm:visited {color: '003366'; text-decoration:underline}
.norm:hover {color: '990000'; text-decoration:none}

/* "top of page" & footer*/
.top:link {color: '003366'; text-decoration:underline}
.top:visited {color: '003366'; text-decoration:underline}
.top:hover {color: '000000'; text-decoration:none}

/*printer-friendly*/
.print:link {color: '666666'; text-decoration:none}
.print:visited {color: '666666'; text-decoration:none}
.print:hover {color: '666666'; text-decoration:underline}

/*reseller backroom*/
.blu:link {color: '006699'; text-decoration:none}
.blu:visited {color: '006699'; text-decoration:none}
.blu:hover {color: '990000'; text-decoration:none}

/*subsections - bottom links*/
.sub:link {color: '666666'; text-decoration:underline}
.sub:visited {color: '666666'; text-decoration:underline}
.sub:hover {color: '666666'; text-decoration:none}
</style>

