BODY{
     background-color:#F0DA99;
     background-attachment:fixed;
     font-size:12pt; 
     
     //padding-top:0px; 
     //padding-bottom:10px;
     }

     width:800px;
     margin-top:0px;
     }

h1 {color:#550000;
     font-size: 16pt;
     margin-top: 20px;
     margin-bottom: 20px;
     text-align: center;
     }
h2 {color:#550000;
   }

a {text-decoration: none;
	color:#800000; 
	font-weight:bold;
	}

img.menu{
     margin: 20px;
     border: 2px outset #663300;
     width: 120px;
     height: 180px;
     text-decoration: none;
     }

div.lab {
    color:#800000;
    font-weight:bold;
    margin-top: 30px;
    border: 0px;
    
    width:800px;
    text-align:center;
    }

div.lab a{
    text-decoration:none;
    color:#550000;
    }

div.lab a:hover{
    background-color:#550000;
    color:#F0DA99;
    }
