.buttonLinks {
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-weight: bold;	
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;	
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #660000;
}
a:link {
	color: #660000;
	text-decoration: underline;
	font-size: 16px;
}
a:visited {
	color: #660000;
	text-decoration: underline;
	font-size: 16px;
}
a:hover {
	color: #5D3559;
	text-decoration: none;
	font-size: 16px;
}
a:active {
	color: #5D3559;
	text-decoration: underline;
	font-size: 16px;
}
