h2 {
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: bold;
	color: #ffc500;
	text-decoration: none;
	font-size: 24px;
}
h1 {
	font-size: 36px;
	font-style: oblique;
	font-weight: bold;
	color: #ffc500;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold
	;
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
}

a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: oblique;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: oblique;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: oblique;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: oblique;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
