

body {
background-color: #fff;
color:#000;  
text-align:center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 80%;
}

#box {
width:750px;
margin: 0px auto;
padding:0px;
text-align:left;
}

#content {
width:468px;
padding:20px;
float:left;
overflow: auto;

}

#head {
background-color:transparent;
color:#090;
}

#left {
width:42px;
padding:0px;
float:left;

}

#right {
width:160px;
padding:20px;
float:left;
}


#highlight {
background-image: url(struct/gradgreen.jpg);
font-weight: bold;
color:#090;
line-height:1.5;
padding:10px;
}

#right li {
margin: 0px;
padding: 0px;
list-style: none;
border-bottom: 1px dashed #090;
line-height:3;
}

#right ul {
margin: 0px;
padding: 0px;
width:160px;
}




A:link				{ text-decoration: none; color: #090; }
A:hover				{ text-decoration: underline; color: #0c0; }
A:visited			{ text-decoration: none; color: #060; }
A:visited:hover		{ text-decoration: underline; color: #0c0; }