
body {
	font-family:	"Arial", sans-serif;
	color:		#2c2c2c;
	background:	white;
}

h1 {
	color:		#2c2c2c;
	font-family:	"Arial", sans-serif;
	text-align: 	center;
}

a {
	color:			#172CE6;
	text-decoration:	none;
}

a:visited {
	color: 			#5c2594;
	text-decoration:	none;
}

a:hover {
	text-decoration:	underline;
}

span.faded {
	color:			#505050;
	font-size:		10pt;
}

img {
	border:			0;
}


