		   body {background:#FF8040;
       	   color:#800040;
       	   text-align: center;
       	   font-family: Comic Sans MS }
		   
		   H1{font-family: Comic Sans MS;
	       font-size: xx-large;
		   font-weight: 700;
		   color: #FF8040;
		   background: #800040;
		   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;}

        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 yellow; 
            text-align:center;
            width:75%;
            style=text-align:center;
            margin-left:auto;
            margin-right:auto;}
           
           table.noborder {border:0px; }
           
		   p.menu{white-space:pre;}
 	
		   A:link {background:#800040;
           color: #FF8040;
           text-decoration:none;}
		
		   A:visited {background: #800040;
           color: #FF8040;
           text-decoration:none;}
		   
		   A:hover {background:lime;
           color:blue;
           text-decoration: none;}
		 
		   A:active {background: none;
           color: none;
           text-decoration:none'}