body {	font: Arial; color: navy;	background: silver; }
a:link { color: rgb(0, 0, 153) }
a:visited { color: rgb(153, 0, 153) }
a:active { color: rgb(255, 0, 102) }
a:hover { color: rgb(0, 96, 255) }

.normal a:link { color: rgb(0, 0, 153) }
.normal a:visited { color: rgb(153, 0, 153) }
.normal a:active { color: rgb(255, 0, 102) }
.normal a:hover { color: rgb(0, 96, 255) }

.special a:link { color: silver }
.special a:visited { color: silver }
.special a:active { color: #778899 }
.special a:hover { color: #778899 }

