a
{
	font-family: Arial, Helvetica;
	font-size: small;
}
a:link
{
	color: #5A0187;
}
a:visited
{
	color: grey;
	font-size: small;
} 
a:active 
{
	color: #5A0187;
	font-weight: 600;
	font-size: small;
}
a:hover 
{
	color: #5A0187;
	font-weight: 600;
	font-size: small;
}
a:focus 
{
	color: #5A0187;
	font-weight: 400;
	font-size: small;
}
body
{
	font-family: Arial, Helvetica;
	font-size: small;
	color: rgb(0,51,51);
}
p
{
	font-family: Arial, Helvetica;
	font-size: small;
	color: rgb(0,51,51);
}

table
{
	font-family: Arial, Helvetica;
	font-size: small;
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: #5A0187; 
	border: 0;
	padding: 2em;
	border-collapse: collapse;
}
td
{
	padding: .5em;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
	color: #5A0187;
}
h1
{
	font-size: large;
	text-align: left;
	color: #FFFFFF;
}
h2
{
	font-size: medium;
	font-weight: 400;
	text-align: left;
}
h3
{
	 ;
}
h4
{
	;
}
h5
{
	;
}
h6
{
	font-size: medium;
	text-align: right;
	color: #FFFFFF;
}