
BODY {
        background:     white;
}

A.navItem:link {
  text-decoration: none;
  font-weight:	bold;
  font size = 16;
  color: white;
  background: ;
} 
		
A.navItem:visited   { 
  text-decoration:	none;
  font-weight:	bold;
  font size = 16;
  color:  white;
  background: ;
} 
		
A.navItem:active { 
  text-decoration:	none;
  font-weight:	bold;
  font size = 16;
  color:  white;
  background: ;
} 
		
A.navItem:hover  { 
  text-decoration: underline;
  font size = 16;
  color: #CCCCCC;
  background: ;
}

A.navHead:link {
  text-decoration: none;
  font-weight:	h1;
  font size = 18;
  color: white;
  background: ;
} 
		
A.navHead:visited   { 
  text-decoration:	none;
  font-weight:	bold;
  font size = 18;
  color:   white;
  background: ;
} 
		
A.navHead:active { 
  text-decoration:	none;
  font-weight:	bold;
  font size = 18;
  color:   white;
  background: ;
} 
		
A.navHead:hover  { 
  text-decoration: underline;
  font size = 18;
  color:   #CCCCCC;
  background:;
}

A.ds:link {
  text-decoration: none;
  color: #000000;
  background:;
} 
		
A.ds:visited   { 
  text-decoration:	none;
  color: #000000;
  background: ;
} 
		
A.ds:active { 
  text-decoration:	none;
  color: #000000;
  background:;
} 
		
A.ds:hover  { 
  text-decoration: underline;
  color: #000000;
  background:;
}

