H1{
	font-weight: bold;
	margin-bottom: 0px;
	margin-top:10px;
	background:inherit;
}

form {margin: 0;padding: 0;}

ul {text-align: left;}

a:link    { color: #f8f8f8;} /* #f8f8f8 floralwhite unvisited links */
a:hover   { color: #1560bd;} /* user hovers     */
a:visited { color: #f8f8f8;} /* visited links   */
a:active  { color: #1560bd;} /* active links    */

body {
	font-family: "Verdana", sans-serif;
	color: white;
	background-color: #003366;
	text-align: center;
}

table {
	color: white;
	background-color: #669966;
	border-collapse: collapse;
	text-align: center;
	margin: auto; 
}
table.menu {
	background-color: #6699CC;
	border-width: 0px;
}
table.list {
	color: #99CC99;
	background-color: #FFFFFF;
}
table.list TH { background-color: #669966;}
table.list TD, TH {		
	padding-left: 1px;
	padding-bottom: 1px;
	padding-right: 1px;
	padding-top: 1px;
	border: 2px double; 
	border-color: #99CC99;
	border-width: 2px;
}
table.list tr { color: #000000;}
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: #003366;}
table.list B {color: #003366;}

