body {
   background-color: #000000;

scrollbar-face-color: #000000;
    scrollbar-shadow-color: #000000;
    scrollbar-highlight-color: #000000;
    scrollbar-3dlight-color: #000000;
    scrollbar-darkshadow-color: #000000;
    scrollbar-track-color: #000000;
    scrollbar-arrow-color: #fefefe;

padding: 0px;
   color: #fefefe;
   font-family: Tahoma;
   font-weight: normal;
   font-size: 10px;
   background-color: #000000;
   margin-top: 10px;
   margin-bottom: 10px;
   margin-right: auto;
   margin-left: auto;
   text-align: center;
}
a:link, a:visited, a:active {
    text-decoration: none; 
    color:#C00000;
    font-weight: bold;
    cursor: hand;
    background-color: transparent;
}
a:hover {
    text-decoration: line-through;
    color:#790505;
    font-weight: bold;
    cursor: nw-resize;
    background-color: transparent;
}
.layout {
     background-color: #800000;
     color: #fefefe;
     width: 506px;
     padding: 0px;
     border: 10px solid #800000;
     margin-right: auto;
     margin-left: auto;
     text-align: center;
}

.main {
     background-color: transparent;
     color: #fefefe;
     font-family: Tahoma;
     font-weight: normal;
     font-size: 11px;
     text-align: left;
     padding: 4px;
     border: 0px;
	 width: 100%;
	 margin-right: auto;
     margin-left: auto;
}
.heading {
     background-color: transparent;
     font-weight: bold;
      font-style: italic;
	 font-size: 12px;
     color: #fefefe;
     font-family: Georgia;
	 text-transform: uppercase;
	 letter-spacing: 2px;
	 border-bottom: 1px solid #fefefe;
}

input, textarea, option, select {
	background-color: #800000;
	font: 10px Tahoma;
	color: #fefefe;
	letter-spacing: 1px;
	border: 1px solid #fefefe;
	padding:2px;}


ul {
   list-style-type: square;
}

