body {
	background-color: #CCE1FC;
}

a:link {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #05428E;
	margin: 0px auto;
	padding: 2px 2px;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #05428E;
	margin: 0px auto;
	padding: 2px 2px;
	text-decoration: underline;
}
a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #05428E;
	text-decoration: none;
}

