.header {
	position: absolute;
	left: 112px;
	top: 55px;
	z-index: 1;
}
.line {
	width: 100%;
	position: absolute;
	top: 82px;
	left: 0px;
	z-index: 3;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9999;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9999;
}
a:hover {
	text-decoration: none;
	color: #6699FF;
}
a:active {
	text-decoration: none;
}
