body {
    font-family: Verdana, Arial, Helvetica, sans-serif;    
    color: black;
    background-color: white;
    font-size:.9em;	
}

img{	border: 0px;}
h1 {    font-size: 2em; }


/************ LINK STYLES ********************/
a {	
	text-decoration: none;
	color: black;
	border:none;
}

a:hover, a:active {
	font-weight: bold;
}

/************ Cart Table ***********************/
th {
font-weight:bold;
background-color:#eee;
text-align:left;
}

.big {
font-weight:bold;
background-color:#aee;
text-align:left;
}

/********************* LAYOUT *****************/
  
 #logo {text-align:center;
	margin-top:25px;
}


/*************** FOOTER **************************/

 #footer  {
	text-align: center;
        font-size: .8em;
	/*clear: both;*/
        }

 .footercopy  {
	font-weight: bold;
        font-size: .8em;
 	color:#CCC;
        }
  
 #mail  {
        font-size: .9em;
    	width: 375px;
	padding-left:150px;
        }
#mail a {	
	text-decoration: underline;
	color: black;
	border:none;
}
