@charset "utf-8";
body {
	background-color: #000000;
	font-family: Garamond;
	color: #FFFFFF;
}
h1 {
	font-size: 50px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
}
h3 {
	font-family: Garamond;
}
h6 {
	font-family: Garamond;
	font-size: 18px;
	color: #006666;
}

h4 {
	font-family: Garamond;
	font-size: 24px;
}
a {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-decoration: underline;
}
h5 {
	font-family: Garamond;
	font-size: 36px;
	color: #00FFFF;
}

