.bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #01796F;
	font-weight: bold;
	text-decoration: underline;
}
.paragraph {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}


.navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #F5F5DC;
	text-decoration: underline;
}


.navigation:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #66B3B3;
	text-decoration: underline;
}

.highlight {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF3333;
}
