body 
{
font-size: 14px;
font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, Verdana, sans-serif;
background: white;
padding: 5px;
margin: 5px;
}

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

p
{
padding: 2px;
margin: 2px;
}

pre
{
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -o-pre-wrap;
background: #faf8f0;
}

code
{
font-size: 12px;
display: block;
color: #5d5d5d;
border: 1px solid #bebab0;
padding: 5px;
}

.main
{
width: 900px;
}

.sidebar
{
position: absolute;
top: 10px;
left: 950px;
}

.copyright
{
float: right;
font-size: 10px;
color: #5d5d5d;
position: relative;
bottom: -150px;
}
