@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.splash {
	color: #666;
	margin: 48px 0px 48px 0px;
	text-align: center;
}

.msg {
	color: #ad3529; 
}

.sep { 
	margin: 0px 8px 0px 8px; 
	color: #ad3529; 
}

a {
	color: #666;
	text-decoration: none;	
}

a:hover {
	color: #ad3529;
	text-decoration: underline;
}