ul{
	list-style-type : circle;
}
 body{
	background-color: White;
	margin: 0px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}
.top{
   background-color: #003466;
	
}
.contact{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #D3DDF4;
}
.menu{
   background-color:  #003466;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.menu A:visited {
	color: e7b2b7;
}
 .menu A:link  {
 color: e4e9fb;
 }
 .main{
 	margin-left: 20px;
 }
 .header{
 	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
 }
 .email A:visited {
	color: e7b2b7;
}
sup{
 color: red;
}
.cart{
	border-width: medium;
	border-color: Teal;
	border-style: dotted;
	background-color: #F1F1F1;
	text-align: center;
}
.cartline{
	border-style: outset;
	color: #007375;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.cartin{
	border-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
.cartpr{
	border-style: groove;
}
.pagetitle{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	text-align: center;
}
.price{
	text-align: center;
	color: Purple;
	font-weight: bold;
}

