
.bogus{color:orange;}
.sol { color:#8ebffd;}
H1 { 
     font-size : 15pt;
     font-family : Arial, Helvetica, Sans-serif;
     font-weight : bold;
     color : green;
   }
   
A:link { color:white;
         text-decoration: none;
       }
A:visited { color:green;
            text-decoration: none;
          }
A:hover { text-decoration: underline;
	}

	    
body { color:black;
       background: #8ebffd;
     }

															 

