<%
	$expiration = gmdate("D, d M Y H:i:s", time() + 24*60*60);

	require("cache-control.html");
%>
h2 {
	font-size:18px;
	margin-top: 15px;
	color:"#C00000";
	padding-bottom: 5px;
	border-bottom: 1px solid #C00000;
}

.cartHeader {
	color: white;
}

.footer {
	color: #24466F;
}

.footer, .cartHeader {
	text-decoration: none;
}

.footer:hover, .cartHeader:hover {
	color: red;
	text-decoration: underline;
}

.headline_adv {
	font-size: 14px;
	color: #FF3030;
	text-decoration: none;
}

.headline_adv:hover {
	color: red;
	text-decoration: underline;
}


a {
	color: #333399;
}

a:hover {
	color: red;
}

body, p, td, table, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p {
	margin-top: 10px;
	margin-bottom: 0px;
}

a.product {
	color: white;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 12px; 
	wwidth: 100%;
}


ol, ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

li {
	margin-bottom: 10px;
}

ul, li, pre {
	font-size: 0.96em; 
}
