body {
margin: 0;
color: #000000;
font-size: 13px;
font-family: Verdana,Geneva,Arial,sans-serif;
line-height: 22px;
background-color: blue;
text-align: left;
}
a {
color: blue;
text-decoration: none;
}
a:hover {
color: red;
text-decoration: none;
}
#header {
background-color: #cccccc;
text-align: center;
visibility: visible;
height: 27px;
}
.navbar {
color: white;
font-size: 9px;
line-height: 16px;
background-color: #cccccc;
text-align: center;
letter-spacing: 6px;
margin-bottom: 15px;
height: 16px;
}
.navbar a:link { color: white; text-decoration: none; background-color: #cccccc }
.navbar a:visited { color: white; text-decoration: none; background-color: #cccccc }
.navbar a:hover { color: white; text-decoration: none; background-color: red }

.midcol {
color: #000000;
width: 100%;}
.midcol a:link {
color: blue;
text-decoration: none;
}
.midcol a:hover {
color: red;
text-decoration: none;
}
.midcol a:visited {
color: grey;
text-decoration: none;

}

#rightcol {
font-size: 10px;
font-style: italic;
line-height: 20px;
width: 160px}
