
body {
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  background-color: #ffffff;
  color: #000000;
}

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

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

img {
  border: none;
}

.center {
text-align: center;
}

.leftcolumn {
width: 120px;
float: left;
text-align: center;
}

.content {
margin-left: 130px;
width: 480px;
}

