﻿body
{
    background-color: white;
    margin-top: 0px;
}
.title {
  font-family: sans-serif, Sans, Arial, Helvetica;
  font-weight: bold;
  font-size: 1.3em;
  color: rgb(0,0,200);
}
.subtitle {
  font-family: sans-serif, Sans, Arial, Helvetica;
  font-weight: bold;
  font-size: 1.3em;
  color: rgb(0,150,0);
}
.subsub 
{
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.05em;
} 
.return {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: rgb(0,0,200);
}
a { color: rgb(0,0,200); text-decoration: none; } 
a:hover { text-decoration: underline; }
