body{
	background-color: #FFEDDC;
	color: #555555;
	font-size: 12px;
	line-height: 1.3;
	text-align: center;
	 }
#container{
	width: 650px;
	margin: 0 auto;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.red {
	color: #FF0000;
	font-size: 12px;
}
.small {
	font-size: 12px;
}
