/* Main Styles */p {	font-family: 'Comic Sans MS';	font-size: 12px;}B	{	font-weight: Bold;}.TitleStyle {	font-family: 'Comic Sans MS';	font-size: 28px;	font-weight: Bold;}.FooterStyle {	font-family: 'Comic Sans MS';	font-size: 11px;	color: #225;}/* Link Styles */a:link {	font-family: "Comic Sans MS";	color: #225;	font-weight: bold;	text-decoration: none;}a:visited {	font-family: "Comic Sans MS";	color: #2B62D7;	font-weight: bold;	text-decoration: none;}a:hover {	font-family: "Comic Sans MS";	color: #225	font-weight: bold;	text-decoration: underline;}a:active {	font-family: "Comic Sans MS";	color: #225;	font-weight: bold;	text-decoration: none;}