body {
margin: 0; padding: 0;
background-color: white; 
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #666666; 
}

#container {
background:  url("graphics/cw.gif") no-repeat;
position: absolute;
top: 30px;
left: 100px;
height: 36px;
width: 457px;
}

#axis{
	position: relative;
	top: 20px;
	left: 570px;
	width: 100px;
}

#hold{
	position: relative;
	top: 10px;
	left: 150px;
	width: 700px;
}

p {
left: 180px; 
top: 130px;
width: 600px;
position: relative;
font-size: 16px;
}
p.statment {
left: 130px; 
top: 120px;
width: 750px;
position: relative;
font-size: 16px;
}


ul {
position: absolute;
left: 100px;
top: 120px;
background-color:white; opacity: .80;
}

li {
list-style: circle;
font-size: 16pt;
}

a:link {
text-decoration: none;
color: #666666;
} 

a:visited {text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: none; color: #333333;
}

a:active {text-decoration: none;
}



table#links {
position: absolute;
left: 100px; top: 80px;
width: 800px;
}

tr#sidelinks a {
display: block;
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #666666;
font-size: 12px;
text-decoration: none;
border: 1px solid gray;
padding: 0px 10px 0px 20px;
background: rgb(92%,91%,90%);
width: auto;
}

td#sidelinks a:visited {color: #666666;
}

td#sidelinks a:hover {background-color: rgb(100%,70%,70%);
color: rgb(50%,0%,0%);
}

td#sidelinks a#active {
background-color: rgb(90%,93%,87%); color: black;
border: 1px solid gray;
}

td#sidelinks a#comment {
background-color: rgb(85%,93%,90%); color: black;}

div#footer {
position: absolute;
font-size: 8pt;
left: 758px;
top: 100px;
width: auto;
}

