@import "base.css";
body { background:white;color:black;font-family:verdana,tahoma,sans-serif}
a {text-decoration: none}
a:link {color: mediumblue }
a:visited {color: navy }
a:hover { background: lightskyblue }
a:active {color: darkorange }
caption { font-size: smaller; color: mediumblue }
h1, h2, h3, h4, h5, h6, hr { color: mediumblue }
table { border: thin solid white }
img { border: none }
td { border: thin solid white }
th { color: white; background: mediumblue }
.banner {background:mediumblue;color:white;padding:2px;margin:2px}