body {
    color: #000;
    background-color: #fff;
    margin: 10px 60px 20px 60px;
    font-size: 12px;
    font-family: "Verdana", "Arial", "Bitstream Vera Sans",  sans-serif;
}

a:link { color: #00b3e3; }
a:visited { color: #0083a3; }
a:hover {  text-decoration: underline; }

h1 {
    margin-top: 0em;
    margin-bottom: 1em;
    padding-bottom: 4px;
    border-bottom: 2px solid #ccc;
    font-size: 2em;
}

h2, h3 {
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 0.25em;
}

/*
h2 {
    border-bottom: 1px solid #ccc;
}
*/

h4, h5, h6 {
    font-size: 1em;
    margin-top: 2em;
    margin-bottom: 0em;
}

p, ul, ol {
    margin-top: 0em;
    margin-bottom: 1em;
}

table {
    width: 100%;
    border-width: 0px;
}

table th {
    text-align: left;
    border-bottom: 1px solid #ccc;
}

table td h3 {
    margin-top: 1em;
    border-bottom: 1px solid #ccc;
}

table td {
    vertical-align: top;
}

table td.uri {
    width: 400px;
}

#sidebar {
    float: right;
    width: 200px;
}

#sidebar h4.first {
    margin-top: 0em;
}

#sidebar ul {
    padding-left: 1.5em
}

#content {
    margin-right: 220px;
}

#content h2.first,
#content p.first {
    margin-top: 1em;
}

#footer {
    clear: both;
    margin-top: 4em;
    border-top: 1px solid #ccc;
    color: #666;
}

#footer a:link,
#footer a:visited,
#footer a:active {
    color: #666;
}
