
a:link {
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #0000CC;
	background-color: #FFFF33;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}

.clear {
	clear: both;
}

a:link img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
a:visited img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
a:hover img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}
a:active img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
