BODY {
background-color: white;
background-image: url(allside.jpg);
background-position: 0px 0px;
background-repeat: no-repeat;
background-attachment: fixed;
color: black;
font-family: verdana,monaco,sans-serif;
font-size: 10px
}
div.navigation {
position: absolute;
left: 285px;
top: 262px;
width: 135px;
font-size: 11px;
}
div.sidebar {
position: absolute;
left: 2px;
top: 442px;
width: 274px;
font-size: 9px;
}
div.main {
position: absolute;
left: 425px;
top: 1px;
right: 5px;
width: auto;
text-align: justify
}
a:link {color: black; text-decoration: underline}a:hover {color: black; text-decoration: none; font-weight:bold}a:active {color: black; text-decoration: none; font-weight:bold}a:visited {color: black; text-decoration: strike-through}

ul {
list-style-position: outside;
list-style-type: square;
padding-top: 0px;
padding-left: 16px;
text-indent: 0px;
margin-left: 0px;
}