 body {background:#FF6342;
       color:yellow;
       text-align: center;
       font-family: Comic Sans MS }

 	 H1{font-family: Comic Sans MS;
	    font-size: xx-large;
		font-weight: 700;
		color: #FF6342;
		background: yellow;
		vertical-align: middle;
		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: 0px;
  text-align:justify;
  width:50%;
  margin-left:auto;
  margin-right:auto;}   

 
A:link {background: yellow; 
         color: #FF6342;
         text-decoration:none}
         
 A:visited {background: yellow;
            color: #FF6342;
            text-decoration:none}
            
 A:hover {background:lime;
          color:blue;
          text-decoration: none}
          
 A:active {background: none;
           color: none;
           text-decoration:none}
           
         