body {
font-family: Terminal, Courier, fixed-width;
font-size: 12px;
background-image: url(knowthingbg.gif);
background-attachment: fixed;
background-repeat: no-repeat
}

hr {
background-color #AAAAAA;
border-right: 1px solid #666666;
border-bottom: 1px solid #666666;
width: 60%;
margin-top: 1em;
margin-bottom: 1em
}

h1 {
background-color: #AAAAAA;
border-right: 2px solid #666666;
border-bottom: 2px solid #666666;
padding: .5em;
font-size: 1.5em;
font-weight: bold
}

ul {
background-color: #AAAAAA;
border-right: 2px solid #666666;
border-bottom: 2px solid #666666;
padding: .5em;
font-size: 0.8em;
font-weight: bold
}

li {
background-color: #CCCCCC;
list-style-type: square
}

a {
text-decoration: none
}

a:hover {
text-decoration: underline
}

#sitebody {
position: absolute;
left: 25%;
width: 50%
}

#sidebar {
position: absolute;
left: 80%;
width: 15%;
top: 1em;
}

.node {
position:relative;
padding: 1em;
margin: 1em;
background-color: #DDDDDD;
border: 4px solid black
}

.extensions {
font-color: #990066;
font-size: .8em
}
