

body {
	color: #708090;
	background-color: #708090; /* #1f1f1f; */
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

#main {
	background-color: white;
}

a  {
	text-decoration : none;
	color: #708090;
}

a:hover  {
	text-decoration : underline;
	color: #708090;
}

#wrapper { margin-left: auto;
           margin-right: auto;
           margin-top: 20px;
           margin-bottom: 20px;
           padding: 50px;
           background-color: white;
           width: 826px;}

.thumbgray {           
   border-top: solid; 
   border-top-color: silver; 
   border-top-width: 4px; 
   padding-top: 4px;           
}  

.thumbred {           
   border-top: solid; 
   border-top-color: red; 
   border-top-width: 4px; 
   padding-top: 4px;           
}  