/*
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address,
variable, form, fieldset, blockquote {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
}ol {margin-left: 1.4em;
list-style: decimal;
}ul {margin-left: 1.4em;
list-style:square;
}img {border: 0;
}
*/
body.main 	{background-image: url(depotbgsmall-25.jpg); 
			Background-color: white; 
			color: Black;
			} /* For the top level pages */
	
A {text-decoration: none;
}
A:link {color:blue }
A:visited {color:purple} 
A:Hover { color:gray 
}
    
P { font-family:Arial, helvetica, san-serif;
 	color:black;
  	font-size:1em;
	
 	}
 
P.comment { text-align:left;
 	width:65%;
	max-width: 600px;
	margin: 0 auto;
	padding: 15px;
	margin-top: 50px;
	margin-bottom: 50px; 
	border: double 4px;
  	font-size: 1em;
   	background-color: #FFFBF0;
   	} /* used in comments boxes */
   
P.center { text-align:center;
 	font-size:1em;
  	background-color:#FFFBF0;
   	width:550px;
	border:1px;
    } /* used in link boxes */
 
    
    
	
H1, H2, H3 { color: black;
 	background-color: transparent;
  	font-family:Times, serif; text-align: center;
  	} /* used in depot-listings */
	
table {background-color: #FFFBF0;
font-size:1.1em;
	}
	
	th { font-family: "Times New Roman", helvetica, serif;
 	color: black;
  	font-size: 1.4em;
    text-align:center;
    }	
	
td {text-align: center;
 	color: black;
    }
	
th { font-family: "Times New Roman", helvetica, serif;
 	color: black;
  	font-size: 1.4em;
    text-align:center;
    }     
address { font-family: "Times New Roman", helvetica, san-serif;
 	color: black;
  	background-color: transparent;
   	font-size: 1em;
    }