
body{
    background-color: #333;
    width: 19em;
    font-family: 'Trebuchet MS', 'Lucida Grande',
    Verdana, Lucida, Geneva, Helvetica, 
    Arial, sans-serif;
    color: white;
    font-size: 2em;
    margin: 0 auto;
    text-align: center;  
}


h1
{
    font-size: 2.5em;
    text-align: center;    
    margin-bottom: 0;
}

h2
{
    font-size: 1.5em;
    text-align: center;
    margin: 0 0 1em 0;
}

h3
{
    font-size: 1.1em;
    margin: 1.3em 0 0.5em 0;
}

th
{
    font-size: 0.8em;
    margin: 0.5em 0;
    border: none;
}

p, td
{
    font-size: 0.6em;
    margin: 0.5em 0;
    border: none;
}

#smart_links
{
    width: 12em;
    border-right: 1px solid #000;
    padding: 0 0 1em 0;
    font-family: 'Trebuchet MS', 'Lucida Grande',
    Verdana, Lucida, Geneva, Helvetica, 
    Arial, sans-serif;
    background-color: #90bade;
    color: #333;  
    margin: auto;
}

#smart_links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
    }
    
#smart_links li {
    border-bottom: 8px solid #90bade;
    margin: 0;
    }

#smart_links li a {
    display: block;
    padding: 5px 5px 5px 0.5em;
    border-left: 10px solid #1958b7;
    border-right: 10px solid #508fc4;
    background-color: #2175bc;
    color: #fff;
    text-decoration: none;
    width: 100%;
    }

#articles{
    float: left;
    width: 45%;
    }

#users{
    float: right;
    width: 45%;
    }
