body {
	font-family: Arial, Helvetica, sans-serif;
margin: 0px;
}

img {
    border: 0;
    }

h1 {
	padding: 5px 5px 5px 7px;
	width: 100%;
	background-color:#000000;
    font-size: 1.2em;
	text-shadow:Silver;
	color: #FFFFFF;
    }    

h2 {
    font-size: 1em;
    }
    
h3 {
	 font-size: 0.8em;
    color: grey;
    }
    

.remove {
	text-decoration: none;
	border: 2px solid #666666;
	width: 20px;
	height: 20px;
	color: #990000;
	font-weight: bold;
	background-color:#FFFFFF;
	text-align:center;
}

a.remove:hover {
    background-color: #cccccc;
    color: #FF0000;
}

.line1 {
    background-color: lightgrey;
    }
    
.bottombuttons {
	width: 100%;
	background-color: #000000;
    text-align: center;
	padding: 0px 0px 0px 0px;
}
    
.changebutton, .updatecart, .checkout, .backtosite, .closebutton, .continuebutton {
	display: inline-block;
	width: 150px;
	height: auto;
    color: #666666;
	font-weight: bold;
	background-color: #FFFFFF;
    text-decoration: none;
    border: 2px solid #999999;
    margin: 5px 0px 5px 0px;
	padding: 0px 3px 0px 3px;
    }

.continuebutton {
	display: inline-block;
	width: auto;
	height: auto;
    color: #666666;
	font-weight: bold;
	background-color: #FFFFFF;
    text-decoration: none;
    border: 2px solid #999999;
    margin: 5px 0px 5px 0px;
	padding: 0px 3px 0px 3px;}

a.changebutton:hover, a.updatecart:hover, a.checkout:hover, a.backtosite:hover, a.continuebutton:hover {
    background-color: #cccccc;
}