@charset "utf-8";
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #fccf03;
}
em {
	font-weight: bold;
	color: #fccf03;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 48px;
	color: #fffacd;
}
body {
	color: #e6e8fa;
	background-color: #003050;
	margin-left: 25px;
}
a:link {
	color: #FFCC00;
}
a:visited {
	color: #00CC00;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #e1b95a;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
