/* sets style of the header title */h3 {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 24px;	font-style: normal;	color: #356B51;	text-decoration: none;}h5 {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 14px;	font-style: normal;	color: #356B51;	text-decoration: none;}/* sets style of the content of the page */p, td, li {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 14px;	font-style: normal;	color: #000000;	text-decoration: none;}.menu {    font-family: Georgia, "Times New Roman", Times, serif;	font-size: 14px;	font-style: normal;	color:#356B51;	text-decoration: none;}/* style of menu links */a.menu:link, a.menu:visited  {	color: #356B51;	text-decoration: none;	font-family: Georgia, Times New Roman, Times, serif;}a.menu:hover, a.menu:active { 	text-decoration: none; 	color: #F4F194;	}/* style of body links */a:link, a:visited  {	color:#356B51;	text-decoration: none;	font-family: Georgia, Times New Roman, Times, serif;}a:hover, a:active { 	text-decoration: none; 	color: #F3EB12;	}.footercentered {    text-align: center;	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 12px;	font-style: normal;	color: #000000;	text-decoration: none;}.red {color: #FF0000;      font-weight:bold;}.green {color: #356B51;      font-weight:bold;}