a {
	text-decoration: none; 
	color: #ae88b8;

}

a:active {
	text-decoration: none;
	color: #ae88b8;
}

a:visited {
	text-decoration: none;
	color: #ae88b8;
}

a:hover {
	text-decoration: none; 
	color: #ae88b8;
}

body {
	background: #ffffff;
	color: #5e5858;
	font-family: 'Yanone Kaffeesatz', arial, serif;
	margin: 0;
	padding: 10px;
	font-size: 20px;
}

#header {
	font-family: 'Lobster', serif;
  	letter-spacing: 0.073em;
  	font-size: 35px;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;	
        color: #ae88b8;
	text-align:center
}

#titleL {
	float: left;
	font-size: 35px;
	width: 50%;
}
#titleR {
	float: right;
	font-size: 35px;
	width: 50%;
}

#blurbL {
	float: left;
	width: 50%;

}
#blurbR {
	float: right;
	width: 50%;
}
#terms{
	text-align: center;
	font-size: 14px;
}


