body{

  background-color: #333E57;

  font-family:Verdana, Arial;


  color: #000000;
  font-size:8pt;
}

img {

  border-color: #606060;
}

h2 {
  font-family:Verdana, Arial;
  font-size:12pt;
  color: #000000;
}

p {
  font-family:Verdana, Arial;
  font-size:8pt;
  color: #000000;
}

a:link {

  color: #666666;
  font-size:8pt;

  text-decoration:underline;
}

a:visited { 


  color:#666666;
  font-size:8pt;

  text-decoration:underline;
}

a:hover { 


  background-color:#FFFFFF;

  text-decoration:underline;
}

a:active{ 


  background-color:#111111;

  text-decoration:none;
}