body {
  background-image:url(graphics/background.gif); 
  margin:0px; 
  font-family: Arial;
}
.sidemenubar:hover {
	background-color:#000000
}

a { 
  color: #003366; 
  text-decoration: none
}
a:visited { 
  color: #003366;
  text-decoration: none;
}
a:active { 
  color: #CC0000; 
  text-decoration: none;
}
a:hover {
  color: #CC0000;
  text-decoration: underline;
}
a:hover { 
  text-decoration: underline;
}

h1{ font-size:22px}


.cGray:hover { color:#000000; cursor:pointer;}
.cGray { color:#666666; font-size:10pt; }