
body  {
	   background: white
	   }


h1    {font-family: verdana,arial,helvetica,sans serif;
	   text-align: center;
	   color: #804040 }

.a     { font-size: 12pt }
.b     { font-size: 14pt;
         margin-left: 10%;
		 margin-right: 10%}
.query { font-size: 12pt }
	  
	   
ul	  {font-family: verdana,arial,helvetica,sans serif;
       font-size: 10pt;
	   color: #804040;
	   font-weight: bold;
	   text-align: left;
	   margin-left: 25%;
	   margin-right: 5%}
	   
.up    {position: relative;
        top: -50px;
		}

.up2  {position: relative;
        top: -8px;
		font-size: 12pt;
		color: #804040;
		}

.up3  {position: relative;
        top: -8px;
		font-size: 12pt;
		color: red;
		}
A:link    { color: #ff0000;
            text-decoration: none }		 
A:visited { color: #ff0000;
		    text-decoration: none }		 
A:active  { color: #ff0000;
		    text-decoration: none }
A:hover {color: blue; font-weight: bold; 
         text-decoration: underline }
      
