.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
.textnotbold {
	font-weight: normal;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #FFFFFF;
}
.holidays {
	font-size: 14px;
	color: #FFE119;
}
.wordspace {
	letter-spacing: 0.5px;
	word-spacing: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.space {
	letter-spacing: 4px;
}
.spaces {
	letter-spacing: 3px;
}
.science {
	color: #96D1F0;
	text-decoration: underline;
}
a.science:link {
	color: #71CDFF;
	text-decoration: underline;
}
a.science:visited {
	text-decoration: underline;
	color: #96D1F0;
}
a.science:hover {
	text-decoration: underline;
	color: #96D1F0;
}
a.science:active {
	text-decoration: underline;
	color: #96D1F0;
	
}
.credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AAAAAA;
}
a.credit:link {
	color: #AAAAAA;
	text-decoration: none;
}
a.credit:visited {
	text-decoration: none;
	color: #AAAAAA;
}
a.credit:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a.credit:active {
	text-decoration: none;
	color: #AAAAAA;
