body {
color: #aaa;
background-color: #fff;
text-align:center;
font-family:arial;
}
form {
margin: 0px;
}
h1 {
color: #52DD52;
font-size: 19px;
margin-bottom: 4px;
}
h2 {
font-size: 16px;
margin: 0;
}
a:link, a:visited, a:hover {
color: #00f;
text-decoration: underline;
}
.credit {
font-size: 12px;
}
div#navlinks {
color: #00f;
font-size: 13px;
font-weight: bold;
margin-top: 5px;
margin-bottom: 5px;
}
#navlinks a:link, #navlinks a:visited, #navlinks a:hover {
color: #00f;
font-size: 13px;
font-weight: bold;
text-decoration: underline;
}
a#hidden:link, a#hidden:visited, a#hidden:hover {
color: #aaa;
text-decoration: none;
}
div#nav {
height: 135px;
width: 760px;
margin-left: auto;
margin-right: auto;
overflow: auto;
border-top: 1px #aaa dotted;
border-bottom: 1px #aaa dotted;
}
#nav ul {
list-style-type: none;
white-space: nowrap;
margin-left: 0;
margin-top: 13px;
margin-bottom: 13px;
padding-left: 0;
text-align: center;
font-size: 13px;
}
#nav li {
display: inline;
}
#nav li a {
padding: 2px 4px;
}
#nav li a:link {
color: #4096EE;
background-color: #fff;
border: 1px solid #C3D9FF;
text-decoration: none;
font-weight: bold;
}
#nav li a:visited {
color: #777;
background-color: #fff;
border: 1px solid #C3D9FF;
text-decoration: none;
font-weight: bold;
}
#nav li a:hover {
color: #fff;
background-color: #4096EE;
border: 1px solid #4096EE;
text-decoration: none;
font-weight: bold;
}
#nav ul.list2 li a:link {
color: #fd5252;
background-color: #fff;
border: 1px solid #fdbebe;
text-decoration: none;
font-weight: bold;
}
#nav ul.list2 li a:visited {
color: #777;
background-color: #fff;
border: 1px solid #fdbebe;
text-decoration: none;
font-weight: bold;
}
#nav ul.list2 li a:hover {
color: #fff;
background-color: #fd5252;
border: 1px solid #fd5252;
text-decoration: none;
font-weight: bold;
}
#nav li a.selected, #nav li a.selected:visited, #nav ul.list2 li a.selected, #nav ul.list2 li a.selected:visited {
color: #000;
border: 1px solid #000;
}

#contentleft {
float:left;
width:161px;
}
#contentright {
float:right;
width:161px;
}
#contentcenter {
margin:auto;
width:425px;
}

#comments {
padding:15px 0;
text-align:left;
width:425px;
color:#000;
}
#usercomments {
max-height:300px;
overflow:auto;
}
.comment {
margin-bottom: 15px;
}
.comment .name {
font-weight:bold;
border:1px dotted;
background-color:#ffffef;
color:#555;
margin-bottom:5px;
font-size:12px;
padding-left:3px;
}
.commenttext {
width:409px;
overflow:hidden;
}
#commentprompt {
text-align:center;
margin-top:5px;
}
#commentprompt a {
font-weight:bold;
font-size:17px;
}
#addcomment {
margin-top:5px;
display:none;
}

#stats {
width:140px;
text-align:left;
margin:5px 0 0 3px;
padding: 5px 0 5px 5px;
border:1px dashed;
}
#stats h3 {
margin:0 0 3px 0;
padding:0;
font-size:14px;
text-decoration:underline;
}
#stats ul, #stats li {
padding:0;
margin:0;
list-style:none;
}
#stats li a, #stats li a:visited {
font-size:12px;
text-decoration:none;
border-bottom:1px dotted;
}
#stats li a:hover {
color:#c60000;
}

.voting {
margin:7px 0 0 0;
}
.votes {
font-size:12px;
}
.votecontrols {
display:none;
margin:0 0 0 5px;
}