H1{
	font: 16px Verdana, Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top:10px;
	background:inherit;
}
H2 {font: 14px sans-serif,Verdana, Arial;font-weight: bold;}
H3 {font: 12px sans-serif,Verdana, Arial;font-weight: bold;}

form {margin: 0;padding: 0;}

ul {text-align: left;}

a:link    { color: #1560bd;} /* #f8f8f8 floralwhite unvisited links */
a:hover   { color: #0f2d58;} /* user hovers     */
a:visited { color: #1560bd;} /* visited links   */
a:active  { color: #1560bd;} /* active links    */


body {
	font-family: "Verdana", sans-serif;
	color: black;
	background-color: #f0f0f2;
	text-align: center;
}

table {
	color: black;
	background-color: #669966;
	border-collapse: collapse;
	text-align: center;
	margin: auto; 
}
table.menu {
	background-color: #f0f0f2;
	border-width: 0px;
}
table.list {
	color: black;
	background-color: #f0f0f2;
}
table.list TH { background-color: #708090;}
table.list TD, TH {		
	padding-left: 1px;
	padding-bottom: 1px;
	padding-right: 1px;
	padding-top: 1px;
	border: 2px double; 
	border-color: white;
	border-width: 2px;
}
table.list tr { color: black;}
table.list TH B,table.list TH u { color: white;}
.left { text-align: left; }
table.list A:link { color: #1560bd;}
table.list A:visited { color: #a6c5f0;}
table.list A.cart:visited { color: #ff9948;}
table.list A:hover { color: #003366;}
table.list B.update { color: #708090;}
table.list B {color: #003366;;}

