.barnote { color: #FFFFFF;
	   background: #333333; }

A:link { color: #00AA00;
	 text-decoration: none;
	 font-weight: bold; }

A:visited { color: #00AA00;
	    text-decoration: none;
	    font-weight: bold; }

A:hover { color: #00AA00;
	  text-decoration: underline;
	  font-weight: bold; }



.header A:link { color: #FFFFFF;
		 text-decoration: none;
		 font-weight: bold;
		 font-size: medium;
		 background-color: #333333 }

.header A:visited { color: #FFFFFF;
		    text-decoration: none;
		    font-weight: bold;
		    font-size: medium;
		    background-color: #333333 }

.header A:hover { color: #FFFFFF;
		  text-decoration: underline;
		  font-weight: bold;
		  font-size: medium;
		  background-color: #333333 }




