@charset "UTF-8";
.toplogo {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	padding: 0px;
}
.style1 {color: #FFFFFF}
a {
	font-size: medium;
	color: #0000FF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9900FF;
}
a:hover {
	text-decoration: underline;
	color: #00FFFF;
}
a:active {
	text-decoration: none;
}
