BODY {
    color:              black;
    background-color:   #FFF5E0;
    background-image:   url(http://www.handlebarclub.org.uk/background.jpg);
    
}
A:LINK {
    color: blue; 
}

A:VISITED {
    color: red;
}
A:ACTIVE {
    color: #C00000;
}
A:hover {color: #FF00FF; background: #C0FFC0 }
.base {font-family: arial }
.base {font-size: 75% }
.base {font-weight: bold }
.base {color: red }
.base {text-align: center }
.darkred {background-color: #C00000 }
A.baselink:link {color: silver; background: transparent }
A.baselink:visited {color: red; background: transparent }
A.baselink:active {color: #FFC000; background: transparent }
A.baselink:hover {color: yellow; background: #800000 }
A.baselink {text-decoration: none }
