
html body { 
	color: #511F80;
	background-color: white;
	margin:0;
	padding:0;
	border: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 130%;
	font-size:0.9em;
}




div#wrapper {
	position: relative;
	width: 745px;
  	color: #511F80;
  	background-color: white;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}






a img {  border-style: none; }



a:link {  
	color: #511F80;
	text-decoration: none;
}
a:visited { 
	text-decoration: none;
}
a:hover {  
	color: #798086;
	text-decoration: underline;
}
a:active {  
	text-decoration: none;
}


