/* sets style of the header title */h3 {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 24px;	font-style: normal;	color: #000099;	text-decoration: none;}h4 {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 20px;	font-style: normal;	color: #F3EB12;	text-decoration: none;	text-align: center;}/* 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;}/* sets style of footer */.footer {	text-align: center;	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 12px;	font-style: normal;	color: #000000;	text-decoration: none;	background-position: center;}/* sets style of menu */.menu {    font-family: Georgia, "Times New Roman", Times, serif;	font-size: 14px;	font-style: normal;	color:#F3EB12;	text-decoration: none;}/* style of menu links */a.menu:link, a.menu:visited  {	color: #F3EB12;	text-decoration: none;	font-family: Georgia, Times New Roman, Times, serif;}a.menu:hover, a.menu:active { 	text-decoration: none; 	color: #000099;	}/* style of body links */a:link, a:visited  {	color: #000099;	text-decoration: none;	font-family: Georgia, Times New Roman, Times, serif;}a:hover, a:active { 	text-decoration: none; 	color: #5D637D;	}.footerleftjustified {    text-align: left;	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 12px;	font-style: normal;	color: #000000;	text-decoration: none;}