/* Offset the body and add an image */
Body { 
margin-left: 200px; 
margin-top: 70px; 
background-image: url('image001.gif'); 
background-repeat: no-repeat; 
}

/* Put the link to the home page underneath the graphic */
H6 { 
position:absolute;
top:250px;
left:40px;
font-weight: bold;
}

/* Hide all horizontal bars from the original HTML */
HR { visibility: hidden }

H1 { font-family: verdana; color: rgb(95, 95, 95); font-weight: normal; }
H2 { font-family: verdana; color: rgb(95, 95, 95); font-weight: normal; }
H3 { font-family: verdana; color: rgb(95, 95, 95); font-weight: normal; }
H4 { font-family: verdana; color: rgb(95, 95, 95); }
H5 { font-family: verdana; color: rgb(95, 95, 95); }

P { font-family: verdana; font-size: 0.75em; line-height: 1.5;}
LI { font-family: verdana; font-size: 0.75em; margin: 3px; line-height: 1.5;}

TABLE { font-family: verdana; font-size: 0.75em; }

A { font-family: verdana; }
A:link { text-decoration:none; color: rgb(213, 152, 87);}
A:visited { text-decoration:none; color: rgb(213, 152, 87);}
A:hover { text-decoration:underline; color: rgb(213, 152, 87);}
A:active { text-decoration:underline; color: rgb(213, 152, 87);}

