BODY { margin: 0 5 10 20; /* top right bottom left */ font-family: Lucida Sans Unicode, Lucida Sans, Lucida, Arial, Helvetica, sans-serif; } a:link { color: #003399; /* #0000CC; */ text-decoration: underline; } a:visited { color: #6699FF; text-decoration: underline; } a:hover { color: #003399; /* #0000CC; */ text-decoration: underline; } /* see CSS2, section 5.11.3; but current browsers don't support this a:visited:hover { color: #9999FF; text-decoration: underline; } */ a.dotted:link { color: #0000CC; text-decoration: none; border-bottom: dotted 1px #0000CC; } a.dotted:visited { color: #6666FF; text-decoration: none; border-bottom: dotted 1px #0000CC; } a.dotted:hover { color: #0000CC; text-decoration: none; border-bottom: solid 1px #0000CC; } a.blind:link { color: black; border-bottom: none; text-decoration: none; } a.blind:visited { color: black; border-bottom: none; text-decoration: none; } a.blind:hover { color: black; border-bottom: none; text-decoration: underline; }