body{
background-color: #666666;
font-size: 12pt;
font-family: Verdana, Tahoma, Arial;
text-align: left;
margin: auto;
padding: 0;
color: #000;
max-width: 1000px;
}
.content{
background-color: #999999;
border:  2px solid #000000;
padding: 5px;
}
.auth{
text-align: center;
border-left: 1px dashed #CCCCCC;
border-right: 1px dashed #CCCCCC;
background-color: #999999;
color: #000;
padding: 2px;
margin-bottom: 0;
}
input[type="submit"], input[type="reset"]{
background-color:#FF4500;
background-image:url("/images/submit.png");
padding: 2px;
background-repeat: repeat;
}
ul#main{
list-style-image: url("/images/marker.png");
list-style-position: inside;
list-style-type: circle;
}
input[type="submit"]:hover, input[type="reset"]:hover{
background-color:#FF4500;
background-image:url("/images/submit.png");
background-position : top; 
position : relative;
padding: 2px;
top : 1px;
background-repeat: repeat;
border-style: none;
}
img{
border-style: none;
}
#newslink {
color: rgb(0,0,100);
font-size: 15pt;
}
#newslink:hover {
font-weight: normal;
}
a{
color: #333333;
text-decoration: none;
}
a:visited{
color: #333333;
}
a:hover{
font-weight: bold;
color: #333333;
text-decoration: underline;
}
.heading{
border:  2px groove #CCCCCC;
font-weight: bold;
font-family: Georgia, Verdana, Tahoma, Arial;
color:#B0C4DE;
text-align: center;
margin: 0;
padding: 2px;
}
.stat{
text-align: center;
margin: 5px;
}
