@charset "utf-8";
.Logo {
	background-color: #FFFFFF;
	float: left;
	height: 80px;
	width: 300px;
	position: absolute;
	visibility: visible;
	left: 0px;
	top: 5px;
	background-attachment: fixed;
	background-image: url((URL));
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #990000;
	text-decoration: none;
}
