body 
{
    font: 0.8em arial, helvetica, sans-serif;
}

#tabs ul 
{
    list-style: none;
    padding: 2px;
    margin: 0;
}

#tabs li 
{
    float: left;
    border: 2px solid #bbb;
    border-bottom-width: 3px;
    margin: 0;
}

#tabs a 
{
    text-decoration: none;
    display: block;
    padding: 2px;
    width: 200px;
    text-align: center;
}

#tabs a:hover 
{
    background: #ddf;
}

#tabs #selected 
{
    border-color: black;
}

#tabs #selected a 
{
    position: relative;
    top: 1px;
    background: white;
    color: black;
    font-weight: bold;
}

#tabs a:visited
{
    color:blue;
}

#content 
{
    border: 1px solid black;
    clear: both;
    padding: 0 1em;
}
