body {
	margin:10px;
	background-image:url(../images/background.jpg);
	text-transform:lowercase;
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FBEAC9;
}

a {
	color: #FC9801;
	text-decoration: underline;
} 
a:hover {
	color: #85CBDE;
	text-decoration: underline;
}

.ribbon {
	background-image:url(../images/ribbon.gif);
	background-repeat:no-repeat;
}
	
.title {
	color: #3BBBDE;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	margin-top: 0px;
}

.spacer {
	border-bottom: #FC9801 1px solid;
	margin-top: 20px;
	margin-bottom: 2px;
	width:100%;
}

.date {
	color: #FC9801;
	font-size: 16px;
	text-decoration: none;
	font-weight:bold;
} 

.countdown {
	color: #FC9801;
	font-size: 12px;
	text-decoration: none;
	font-style:italic;
} 

.blueborders {
	background-color:#FFFFFF;
	border: 5px #85CBDE solid;
	padding:8px;
}