html, body {
    background: #fff;
    color: #000;
}

html, body, h2, h3, h4, div, p, ul, li, input {
    font-family: Georgia, serif; 
}

a, a:link, a.visited { 
    color: #3366cc;
    text-decoration: none;
} 

a:hover {
    text-decoration: underline;

}

#logo {
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 0.3em;
}

.navigation {
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
    padding: 0.3em;
}

.mainbody, .item {
    margin-left: 15%;
    margin-right: 15%;
}
.item {
    clear: both;
    margin: 1em;
}

dfn {
    font-weight: bold;
    font-style: normal;
}

li {
    padding: 0.3em;
}

.floatsourcebox, .sourcebox, code {
    background-color:#eeeeee;
    font-family: Courier, MS Courier New, Prestige, Everson Mono;
    color:#000;
}

.floatsourcebox, .sourcebox {
    border:1px solid #dddddd;
    white-space: pre;
}

.floatsourcebox {
    float: left;
    width: 60%;
}
	
.copyright {
    font-size: 70%;
    text-align:center;
}		

.line {
    clear: both;
    margin: 1em;
    border:1px solid #999;
}

th {
    font-weight: bold;
}

td.filename, th.filename {
    width: 40%;
}

td.comment, th.comment {
    width: 50%;
}

pre {
    margin-left: 1%;
    margin-right: 1%;
}

.description {
    margin-top: 1em;
    width: 60%;
    float: left;
}

.screenshot {
    float: right;
    width: 30%;
    border:1px dotted #000000;
    margin-top: 1em;
}
