body {
font-family: helvetica, arial, sans-serif;
color: #666;
letter-spacing: 2px;
background-position: top right;
background-repeat: no-repeat;
}

/*-- layout -------------------------------------------*/

#leftcol {
color: #666;
background-color: #fff;
margin: 30px 0px 0px 10px;
float: left;
width: 250px;
font-size: 10px;
}

#content {
padding: 107px 0px 0px 0px;
margin: 0px 0px 0px 315px;
width: 390px;
font-size: 10px;
line-height: 19px;
background: #fff;
}

/*-- text ---------------------------------------------*/

h1 {
line-height: 15px;
font-size: 15px;
}

h2 {
font-size: 15px;
}

h3 {
font-size: 10px;
}

h4 {
font-size: 10px;
letter-spacing: 2px;
color: #a4a4a4;
}

h7 {
color: #666;
background-color: #dcf37e;
}

ul {
list-style-type: none;
display: in-line;
}

li, li.prenxt {
font-family: helvetica, arial, sans-serif;
line-height: 16px;
}

li.desc {
padding-right: 18px;
font-size: 9px;
display: inline;
}

li.prenxt {
font-size: 9px;
padding-right: 75px;
display: inline;
}

/*-- anchors --------------------------------------------*/

a:link, a:visited {
color: #666;
text-decoration: none;
}


a:hover, a:active {
color: #666;
text-decoration: none;
background-color: #dcf37e;
}
