body {
  font-family: helvetica, arial, sans-serif;
  font-size: 10pt;
  background-color: #CCCCEE;
  color: #000000;
  margin: 0px;
  padding: 0px;
}

a:link    { color: #0000ff; }
a:visited { color: #880088; }
a:hover   { color: red; text-decoration: none; }
a:active  { color: #ff00ff; }

acronym {
border-bottom: 2px dotted #0000cc;
cursor: help;
font-variant: normal;
}

img {
  border: none;
}

.header {
background-color: navy;
width: 100%;
height: 20px;
text-align: right;
font-weight: bold;
}

.header a:link    { color: ivory; }
.header a:link    { font-family: ms sans serif,arial,helvetica; }
.header a:link    { font-size: 8pt; }
.header a:link    { text-decoration: none; }

.large {
font-size: 14pt;
}

.main {
  margin: 5px;
}

.main a:hover
{
  border-bottom: 1px dashed red;
}

a.img:hover
{
border-bottom: none;
}

.bold {
font-weight: bold;
}

.help {
cursor: help;
}
