body {background:#8080FF;
        color:#800040;  
       text-align: center;
       font-family: Comic Sans MS }

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

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; }
            
table {
  border: 1px solid #800040;
  text-align:center;
  width:75%;
  style=text-align:center;
  margin-left:auto;
  margin-right:auto;}
  
table.noborder {border:0px; }
  
A:link {background: #800040;
 color: #8080FF;
 text-decoration:none;}
 		
A:visited {background: #800040;
  color: #8080FF;
  text-decoration:none;} 

A:hover {background:lime;
  color:blue;
  text-decoration: none;}
		 
A:active {background: none;
  color: none;
  text-decoration:none'}
           
         