body {

font-family: courier new, courier, times new roman, serif; 
font-size: small;
color: #000000;  
background: url("folderbg.jpg");
background-repeat: no-repeat;
background-color: #663300; 
margin: 0;
padding: 0;

}



div.sidebar {

position: absolute;
left: 810px;
top: 20px;
color: #FFFFFF;
width: 13em;

}


div.main {

position: absolute;
left: 95px;
top: 70px;
color: #000000;
width: 37em;
background-color: #FFFFFF;

}


p.main {

text-indent: 3em;
text-align: justify;

}


p.header {

text-indent: 1em;

}


a:link {

text-decoration: none;
color: #FFFFFF;

}


a:visited {

text-decoration: none;
color: #FFFFFF;

}


a:active {


text-decoration: underline;
color: #FFCC99;

}

a:hover {

text-decoration: underline;
color: #FFCC99;

}



