body {
	font-family: Arial, Arial, Helvetical;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
      padding: 0px;
	background-color: #ffaaff;
	margin: 0px;
}

table {
	margin-right:auto;
	margin-left:auto;
}
h1 {
	font-size: 24px; 
	line-height: 31px; 
	color: #660033; 
}
h2 {
	font-size: 19px; 
	line-height: 24px; 
	color: #660033; 
}
h3 {
	font-size: 17px; 
	line-height: 20px; 
	color: #660033; 
}
a:link {
	color: #420033;
}
a:visited {
	color: #5F0066;
}
a:hover {
	color: #3F003F;
	text-decoration:underline 
}
a:active {
	color: #5F00AE;
	text-decoration:none 
}


