h1 {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-weight: bold;
        color: #007777;
        text-position:center;
        /*background: #eeeeee;*/
        padding: 3px;
}

h2 {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 15px;
        font-weight: bold;
        color: #aa1010;
        text-position:center;
}

h3 {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bold;
        color: #bbbbbb;
        text-position:left;
        /*background: #aaaaaa;*/
        padding: 1px;
        border-bottom: 1px solid #9999AA;
}


/* link */
#Link a:hover, #Link a:visited:hover  {
  background: #cccccc;
  border-color: #333399;
  color: #aa1010;
  padding: 0px 15px 3px 15px;
}

#Link a:link {
  color: #999999;
  padding: 0px 15px 3px 15px;
}

#Link a:visited {
  color: #999999;
  padding: 0px 15px 3px 15px;
}

