BODY { color: rgb(90%, 90%, 90%); background: rgb(60%, 40%, 80%) }

A { font-weight: bold }

a:link { color: rgb(50%, 100%, 50%) }   
a:visited {color: rgb(100%, 60%, 75%) }
a:hover { background: rgb(80%, 50%, 100%); color: rgb(100%, 100%, 100%) }  
a:active { color: rgb(80%, 100%, 80%) }
a:focus { color: rgb(100%, 100%, 100%) }
a:focus:hover { background: rgb(90%, 70%, 90%); color: rgb(100%, 100%, 100%) }

.noback a:hover { background-color: transparent }

