body {
	margin: 55px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:link {
	text-decoration: none;
	color: #003555;
	background-color: #3CA4E1;
	font-weight: bold;
}


a:visited {
	text-decoration: none;
	color: #003555;
	background-color: #3CA4E1;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
	color: #003555;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #003555;
	background-color: #9FDBFF;
	font-weight: bold;
}
a.email:link {
	color: #0000FF;
	background-color:#FFFFFF;
	font-weight: bold;
	text-decoration:underline;
}
email:visited {
	color: #0000FF;
	background-color:#FFFFFF;
	font-weight: bold;
	text-decoration:underline;
}
a.email:hover {
	color: #0000FF;
	background-color:#FFFFFF;
	font-weight: bold;
	text-decoration:underline;
}
a.email:active {
	color: #0000FF;
	background-color:#FFFFFF;
	font-weight: bold;
	text-decoration:underline;
}

td {
	font-family: Georgia, "Times New Roman", Times, serif;
}

