h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: underline;
}
.year {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFF00;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFF00;
}
a:link {
	color: #FFFF00;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	background-color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #FFFF00;
	text-decoration: none;
}
.month {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #FFFF00;
	text-decoration: underline overline;
}
.contact {
	font-size: 18px;
	color: #FFFF33;
}
