/* CSS Document */

span.title {
	font-family: Impact, Arial;
	font-size: 36pt;
	color: BLACK;
	text-align: center;
	text-decoration: none;
}

span.name {
	font-family: Arial;
	font-size: 16pt;
	color: DARKBLUE;
	text-align: center;
	text-decoration: none;
}

span.normal {
	font-family: Arial;
	font-size: 12pt;
	color: DARKBLUE;
	text-align: center;
	text-decoration: none;
}



h1.black {
	font-family: Arial;
	color: BLACK;
	text-align: center;
	text-decoration: none;
}


p.heading {
	font-family: Arial;
	font-size: 24pt;
	color: BLACK;
	text-align: center;
	text-decoration: none;
}

p.text {
	font-family: Arial;
	font-size: 16pt;
	color: DARKBLUE;
	text-align: center;
	text-decoration: none;
}

p.black {
	font-family: Arial;
	font-size: 16pt;
	color: BLACK;
	text-align: center;
	text-decoration: none;
}
