BODY {
    color:              black;
    background-color:   "#E0FFFF";
    background-image:   url(http://www.sedman.ndo.co.uk/wbma/background.jpg);
    
}
A:LINK {
    color: blue; 
}

A:VISITED {
    color: red;
}
A:ACTIVE {
    color: "#C00000";
}
A:link {color: blue; background: transparent }
A:visited {color: red; background: transparent }
A:active {color: green; background: transparent }
A:hover {color: #C000C0; background: D0E0FF }
.base {font-family: "arial" }
.base {font-size: 75% }
.base {font-weight: "bold" }
.base {color: red }
.base {text-align: "center" }
.darkblue {background-color: #0000C0 }
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: #000080 }
A.baselink {text-decoration: none }

