@charset "iso-8859-1";
body, table {
    background-color: #B0E0E6;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8px;
    color: black;
}
.text           {
    font-size: 150%;
    line-height: 135%;
    margin-bottom: 0px;
    margin-top: 0px;
}
.smallsize {
  font-size: 140%;
}
.smallsizeborder {
  font-size: 140%;
  vertical-align: top;
  border: 1px solid #7A7A7A;
}
.smallsizecolor {
  font-size: 140%;
  background-color:  #70b5ba;
}
.color {
  background-color:  #70b5ba;
}
.link { 
  color:blue;
}
.visited {
  color: #A52A2A;
}
.active {
  color: #A52A2A;
}
a:hover{
    color: red;
    /*text-decoration: underline;*/
}
h1{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 220%;
    margin: 0px;
    padding: 0px;
}
h2{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 100%;
    margin: 0px;
    padding: 0px;
}
