body, html{
height: 100%;
margin: 0 0 0 20px;
font-family: "Times New Roman", "Trebuchet MS", verdana, arial, helvetica, sans-serif;
background: #E2E8D1 url(pics/cream.gif);
color: #603A14;
}

h1{
color: #603A14;
font-weight: bold;
font-size: 1.8em;
line-height: 150%;
text-align: center;
}

h2{
color: #630;
font-weight: bold;
font-size: 1.4em;
line-height: 100%;
text-align: center;
} 
h3{
color: #600;
font-weight: bold;
font-size: 1.1em;
line-height: 100%
} 

h4{
color: #930;
font-weight: bold;
font-size: 1.0em;
line-height: 100%
} 

/*links*/

a:link, a:visited{
background: #E2E8D1;
color: #630;
text-decoration: underline;
}

a:hover, a:active{
background: #630;
color: #FFF;
text-decoration: underline;
}

