.green {color:#44cc44;}
.brown {color:#993300;}
.yellow {color:#f7d751;}

BODY {
font-family: verdana, tahoma, arial; 
font-size: 100%;
color: #993300;
margin:0;
background: #f7d751;
}

H1 {
font-family: verdana, tahoma, arial; 
font-size: 300%;
color: #993300; 
font-weight: normal;
background: white;
text-align: left;
}

H2 {
font-family: verdana, tahoma, arial; 
font-size: 90%;
color: #993300;
font-weight: bold; 
background: white;
text-align: left;
}

P {
font: 100% tahoma;
margin: 15;
}

A {
color: green;
hover: red;
}





