BODY { 
font-family : Tahoma, Helvetica, Arial helvetica;
background-color : #E8D567;
background-image : url('images/bg.jpg'); 
color : #000000;
} 
A:link { 
text-decoration : underline;
color : #000080;
} 
A:visited { 
text-decoration : underline;
color : #000080;
} 
A:active { 
text-decoration : underline;
color : #000080;
} 
A:hover { 
text-decoration : underline;
color : #CC0000;
}
.box { 
background-color : #FFFFCC;
width : 800px;
border : 2;
border-color : #333333;
font-size : 13px;
}
ul li { 
text-align : left;
font-family : Tahoma, Arial, Helvetica, sans-serif;
font-size : 13px;
list-style : square;
}