a:link, a:active, a:visited {
  color: #006;
  font-style: normal;
  font-weight: lighter;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: underline;
 }

a:hover {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
 }

td {
  color: #006; 
  font-weight: normal;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
 }

h1 {
  color: white;
  font-style: normal;
  font-weight: bolder;
  font-size: 30px;
 }

h2 {
  color: white;
  font-style: normal;
  font-weight: bolder;
  font-size: 20px;
 }

p {
  text-indent: 10px;
  }

body {
  color: #006;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  background: #5a86c0 url(images/bg_blue.jpg) repeat fixed;
  margin: 0px;
  scrollbar-3dlight-color: #2B3F27;
  scrollbar-arrow-color: #ffffff;
  scrollbar-darkshadow-color: #466997;
  scrollbar-face-color: #2B60A6;
  scrollbar-highlight-color: #6A9CDF;
  scrollbar-shadow-color: #466997;
  scrollbar-track-color: #4D77B3;
 }

