body {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #FFFFFF}

a:link {
  text-decoration: none}

a:visited {
  text-decoration: none}

a:hover {
  color: #CC0000}

a:active { 
  text-decoration: none}

#navbar {
width: 134px;
background-color: #CC0000;
}

#navbar a{
display: block;
width: 100%;
color: white;
text-decoration: none;
}

html>body #navbar a{ /*Non IE rule*/
width: auto;
}

#navbar a:hover{
color: #000000;
}
