a:link {
	font-weight: bolder;
	font-variant: normal;
	color: #000066;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: italic;
}
a:visited {
	font-weight: bolder;
	font-variant: normal;
	color: #000099;
	text-decoration: none;
	font-style: italic;
}
a:hover {
	font-weight: bolder;
	color: #990000;
	text-decoration: underline;
	font-style: italic;
}
