a {
	text-decoration: none;
}

a:active {
	color: #FF0000;
}

a:visited {
	color: #FF0000;
}

body {
	font-family: Arial;
}

h2 {
	color: #FFFFFF;
	margin-bottom: 0%;
	text-align: center
}

hr {
	color: #000000;
	height: 2px;
	width: 90%;
}