/* CSS Document */

body
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  background-color:#E0E0E0;
  color:#202020;
  text-align:justify;
  
}

a:link, a:visited 
{
  color: #666;
  text-decoration: none;
}

a:hover, a:active 
{
  color: #333;
  text-decoration: underline;
}

.navbar
{
  color: #fff;
}

a.navbar:link, a.navbar:visited
{
  color: #bbb;
  text-decoration: none;
}

a.navbar:hover, a.navbar:active 
{
  color: #ddd;
  text-decoration: underline;
}

