﻿





body {
   
   padding-left: 15em;
   padding-right: 10em;
   font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
   color: black;
   background-color: white;
}

div.logout {

   position: absolute;
   top: 57%;
   left: 0%;
   width: 11em;
   font-size: 12;
}

div.logout a {

   text-decoration: none;
   color: #006699;
}

div.logout a:hover {

   text-decoration: underline;
}

div.navbar {

   color: white;
   background-color: #006699;
   padding: 8;
   margin: 8;
   position: absolute;
   top: 8em;
   left: 0em;
   width: 11em;
}

div.navbar a {

  text-decoration: none;
  font-size: 120%;
}

div.navbar a:visited {

   color: white;
}

div.navbar a:hover {

   text-decoration: underline;
}

div.title {

   color: #006699;
   font-size: 16;
}

div.title a {

   text-decoration: none;
   color: #006699;
}

div.title a:hover {

   text-decoration: underline;
}

div.title a:visited {

   color: #006699;
}

div.news {

   color: black;
   background-color: white;
   font-size: 12;
}

div.news a {

   text-decoration: none;
   color: #006699;
}

div.news a:hover {

   text-decoration: underline;
}

a:link {
   
   color: white;
}

tr.blue {

  background-color: #006699;
  color: white;
  font-size: 14;
}

td.blue a {

  text-decoration: none;
  color: white;
}

td.form {

   font-size: 12;
}

td.blue a {

   text-decoration: none;
   color: white;
}

td.white a {

   text-decoration: none;
   color: #006699;
}

td.white a:hover {

   text-decoration: underline;
}

td.blue a:hover {

   text-decoration: underline;
}

td {

   font-size: 14;
}

td a {

   text-decoration: none;
   color: #006699;
}





