a { color: #00FF00; 
    text-decoration: underline; 
    font-size: 12px;
    font-weight: bold; }
	
a:visited { color: #00FF00;
    		text-decoration: underline;
		    font-size: 12px;
		    font-weight: bold; }
	
a:hover { color: darkorange; 
    	  text-decoration: underline;
	      font-size: 12px;
    	  font-weight: bold; }

a:active { color: #C0C0C0; 
	       text-decoration: underline;
    	   font-size: 12px;
	       font-weight: bold; }
		   
.notebook a { color: #D2691E; 
    text-decoration: underline; 
    font-size: 12px;
    font-weight: bold; }
	
.notebook a:visited { color: #D2691E;
    		text-decoration: underline;
		    font-size: 12px;
		    font-weight: bold; }
	
.notebook a:hover { color: darkorange; 
    	  text-decoration: underline;
	      font-size: 12px;
    	  font-weight: bold; }

.notebook a:active { color: darkorange; 
	       text-decoration: underline;
    	   font-size: 12px;
	       font-weight: bold; }		   


.main {background-color: silver; border: 6px inset silver; font-family: verdana; sans-serif; text-align: justify; word-spacing: 1px; line-height: 20px; padding: 2px; position: absolute; top: 523px; left: 265px; width: 450px; height: 50; overflow: auto; scrollbar-track-color: seagreen; scrollbar-face-color: yellow; font-color: #F8FE85;}

