h1,h2,h3,h4 { color:white; }

a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	font-style: normal;
	line-height: normal;
}
a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	font-style: normal;
	line-height: normal;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: white;
	font-style: normal;
	line-height: normal;
}
body {
	background-color: black;
}