body {background:gray;
       color:white;
       text-align: center;
       font-family: Comic Sans MS }

H1{font-family: Comic Sans MS;
	    font-size: xx-large;
		font-weight: 700;
		color: gray;
		background: white;
		vertical-align: middle;
		text-align: center;
		margin-left: 20%;
		margin-right: 20%;
		margin-top: 15px;
		}
	
H2{font-size: x-large;
   		   font-weight: 600;}
           
p {vertical-align: middle;
    margin:auto;
    text-align:center;}

p.menu{font-size: x-small;
       white-space:pre;}
       
p.small {font-size:x-small;}
        
p.ismall {font-size:x-small; 
        font-style:italic;}
p.summary { width:75%;
            text-align:center; }

span.red {color: red }	
		   			
span.ismall {font-size:x-small; 
            font-style:italic;}
            
 table {
 border: 1px solid white; 
  text-align:center;
  width:75%; 
  margin-left:auto;
  margin-right:auto;}
 

ul{list-style:circle inside;
   text-align:left;}

table.list {width: 20%;
           border:0px;
		   text-align:left;}
 
A:link {background: white; 
         color: gray;
         text-decoration:none}
         
A:visited {background: white;
            color: gray;
            text-decoration:none}
            
A:hover {background:lime;
          color:blue;
          text-decoration: none}
          
A:active {background: none;
           color: none;
           text-decoration:none}
           
         