body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
}
a:link {
	color: #FF0000;
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}
a:visited {
	color: #FF0000;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}

a:hover {
	font-weight: bolder;
	color: #FF0000;
	font-size: xx-large;
	font-style: italic;
}

