a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	
}

a:active {
	text-decoration: underline;
	
}

a.hidden {
	text-decoration: none;
	
}
p {
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bolder;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
body {
	margin-top: 10px;
	background-color: #000000;
	text-align: center;
}
