body {
  font-family: "Tahoma", "Times New Roman", Arial, Helvetica, Serif;
    background-color: #000000;
    color: #000000;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    scrollbar-base-color: #000000; 
    scrollbar-arrow-color: #cccc00;
    scrollbar-track-color: #ffffff;
  
 } 

#container {
  width:95%;
  margin-left:2%;
  background-image: url(images/background.jpg);
  float:left;
}
  
 
 .main {
   width: 90%;
   border:5px solid #cccc00;
   color:#000000;
   background-color:#ffffff;
   float:left;
   margin-left:5%;
 }
.products {
	width:inherit;
	margin-left:5%;
	float:left;
	border:0px;
	background-color:white;
}

.indexbody {
	width:98%;
	margin-left:1%;
	float:left;
	border:0px;
	background-color:white;
}

.top {
	width:100%;
	float:left;
}
 
 .nav {
 	color: #ffffff;
 	width: 100%;
 	float: left;
 	background-color:#000000;
 	border-top:2px solid #cccc00;
 	border-bottom:2px solid #cccc00;
 }	
 
.nav a:link {
    color: #ffffff;
    text-decoration: none;
  }
  
.nav  a:active {
    color: #339966;
    text-decoration: none;
  }
  
.nav  a:visited {
    color: yellow;
    text-decoration: none;
  }
  
.nav  a:hover {
   color: #339966;
 }  
 
 .info a:link {
     color: #000000;
     text-decoration: underline;
     
   }
   
 .info  a:active {
     color: #339966;
     text-decoration: none;
     
   }
   
 .info  a:visited {
     color: #339900;
     text-decoration: none;
     
   }
   
 .info  a:hover {
    color: #339966;
    text-decoration:underline;
    
 } 

 	
 
 a:link {
    color: #B5816C;
    text-decoration: none;
  }
  
  a:active {
    color: #A52A2A;
    text-decoration: none;
  }
  
  a:visited {
    color: #339900;
    text-decoration: none;
  }
  
  a:hover {
    color: #A52A2A;
   text-decoration: underline;
   
 }  
 
 Table.solid {
    border-style: solid;
    border-color: #000000;
    border-width: 2px;
 
 } 
 
  Table.red {
     border-style: solid;
     border-color: red;
     border-width: 3px;
  
 } 
 
 hr {
 color: #cccc00;
 width: 75%;
 align: center;
 }
 
 .small {
 font-size: x-small;
 
 }