 	 a:link {
   	font-family: serif;
  		background:  none;
  		font-size: 12pt;
  		   color: #d81b22; 
  		    background-color: black ; 
   		text-decoration: none;
   		font-weight: normal
   	 	font-style: normal;
   	 }

	a:visited {
   
  		 background-color: black ;  
  		                                                                      color: #ff0000; 
  		font-size: 12pt;
    		font-style: italic;
    		font-weight:normal;
    		text-decoration: none;
    	}
    a:hover {
                                                                       color:  #ff0000; 
	                                                                     background: #46c591;
  		font-size: 12pt;  		
  		    		text-decoration: underline;
  	}    	 
  	
  	a: active {
  		                                                            background: #d81b22;
  		                                                                      color:#ffffff;
  	}
  	
            body {
     background-color: black ; 
     font-size: 11pt;  
    	font-family: serif;
    	color: #f7daa0;
    		margin: 4px;
    
   
	}
  
	h1, h2 {
 		                                                            color: #ff0000;
 		font-style: italic;
  	}
 	h3 {
       	                                                       color: #ff0000;
      		 font-style: italic;
  	}
 	  h4, h5 {
        		                                                 color: #2aef76;

       	}
	h4#bears {
	font-size: 11pt;
		  color: #7bf0af;
		     margin: 8px;
	 	font-style: italic;
		text-align: justify;
 	}
 	
 	


 	p#paragraph-2 {
               font-family: serif;
                                                                       color: #469e68;
  		font-size: 11pt;
               	font-style: italic;
               	margin-left: 10px;
           }
           
     	p#paragraph-1 {
              	font-family: serif;
  		             color: #f2b76c;              	 font-size: 11pt;
              	 font-style: italic;
    	}
    	       		
   p#also {
                   color:#29ef76;
                   font-size: 10pt;
                   font-style: italic;
       }
      
     h3#warning {
               color:#2aef76;   
     }
  
