.tan {background-color:rgb(210,210,166); color:rgb(120,120,90); }

.olive {background-color:rgb(120,120,90); color:rgb(210,210,166); }


.td1:hover { background: #78785A;  
					  color:rgb(210,210,166);
				  		font-weight:		   bold;
				 		cursor:				   pointer;
				  		text-decoration:	   underline;
				  }
.td2 { background-color:rgb(120,120,90); color:rgb(210,210,166);
		  font-weight:		   bold;
		  cursor:			   pointer;
         text-decoration:     none;
		}
														 
h3#h3notes { text-transform: uppercase; }
li.li1 {
		  		color:			 rgb(210,210,166);
		  		list-style-type:	 none;
		  		padding:			 0px;
				margin:			 0px;
		  }
.cursor {
			 	cursor:			 pointer;
			}
.linkbar,#linkbar1 {	
			 	position:		 relative;
				left:			 100px;         
				         }
.links1 { text-decoration:	 underline;
			}
.links2 { background-color:rgb(210,210,166); color:rgb(120,120,90);
			 text-decoration:	 none;
			 }			 
			 

a                  { text-decoration: none;
                    }
a:hover          { text-decoration: underline;
                     }