body {
 font-size:12;
 font-family:Arial;
 color:black;
}
h2 {
  font-size:18;
  color:#339966;
}

td {
 font-size:12;
 font-family:Arial;
 color:black;
}

th {
 font-size:12;
 font-family:Arial;
 color:black;
}

a:link {
      font-size:12px;
      font-weight:bold;
      color:#339966;
      text-decoration:none
  }
a:visited {
   font-size:12px;
   font-weight:bold;
   color:#339966;
   text-decoration:none
  }
a:hover {
   font-size:12px;
   font-weight:bold;
   color:#339966;
   text-decoration:underline
  }
a:active {
   font-size:12px;
   font-weight:bold;
   color:#339966;
   text-decoration:underline
 }
a:focus {
   font-size:12px;
   font-weight:bold;
   color:#339966;
   text-decoration:underline
 }


.navi_link a:link {
      font-size:12px;
      font-weight:bold;
      color:white;
      text-decoration:none
  }
.navi_link a:visited {
   font-size:12px;
   font-weight:bold;
   color:white;
   text-decoration:none
  }
.navi_link a:hover {
   font-size:12px;
   font-weight:bold;
   color:white;
   text-decoration:underline
  }
.navi_link a:active {
   font-size:12px;
   font-weight:bold;
   color:white;
   text-decoration:underline
 }
.navi_link a:focus {
   font-size:12px;
   font-weight:bold;
   color:white;
   text-decoration:underline
 }
.button {
  font-size:12;
  font-family:Arial;
  background-color:#339966;
  color:white;
}

