﻿.Daytime {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #000000;
}
.Night {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #7de842;
}
.smallernight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #7DE842;
}
.daytimesmaller {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
}
.nightheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #000000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: auto;
}
