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

body{ margin: 0 auto; width: 1000px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.tagline{
	font-size: 28px;
	color: #999;
	line-height: 1.5em;
	width: 800px;
	margin: 0 auto;
	text-align: center;
}
.logo{ width: 870px; margin: 0 auto; }
.blue{ color: #0065B1; }

a{ color: #999; text-decoration: none; }
a:hover{ color: #333; text-decoration: underline; }

