p {
	font-family: Arial;
	font-size: 14px;
	font-size-adjust: 0;
	font-style: normal;
	color: White;
}

a {
	font-family: Arial;
	font-size: 14px;
	font-size-adjust: 0;
	font-style: normal;
	color: #ADD8E6;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-family: Arial;
	font-size: 14px;
	font-size-adjust: 0;
	font-style: normal;
	color: Red;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	font-family: Arial;
	font-size: 14px;
	font-size-adjust: 0;
	font-style: normal;
	color: Red;
	text-decoration: none;
	font-weight: bold;
}



body {
	background-color: Black;
}


h1 {
	font-family: Arial;
	font-size: 36px;
	font-size-adjust: 0;
	font-style: italic;
	color: White;
}

h2 {
	font-family: Arial;
	font-size: 18px;
	font-size-adjust: 0;
	font-style: bold;
	color: White;
}

h3 {
	font-family: Arial;
	font-size: 12px;
	font-size-adjust: 0;
	font-style: normal;
	color: White;
}

td {
	font-family: Arial;
	font-size: 14px;
	font-size-adjust: 0;
	font-style: normal;
	color: White;
}






