﻿body {
    background: url(../images/topband.gif) #aacce6 repeat-x;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: small;
    margin: 0px;
    text-align: center;
}
.current { color: red; }
.navig {
    font-size: 88%;
    text-align: center;
}
a {
    color: #333; /* grey */
    text-decoration: none;
    border-bottom: #b76666 thin dotted;
}
a:hover {
    color: #222; /* very dark grey */
    background-color: #aacce6;
    text-decoration: underline;
    border-bottom: none;
}
a:visited { border-bottom: #E6C4AA thin dotted; } /* pink */
/* In IE6, I want to keep the red colour when hovering */
a.current:hover { color: red; }
img { border: #E6C4AA 3px inset; }