@charset "utf-8";
/* CSS Document */

body {
/*	only showing logo after successful submit
	background-image:url(images/logo.png);
	background-repeat:no-repeat;*/
	background-color:#FFF;
	font-size:12px;
	font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

p.quote {
	font-size:16px; 
	text-align:center; 
	font-weight:bold; 
	font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif; 
	color:#900; 
	text-transform:uppercase;
}
	
.red {
	color:#900;
}
