#fadeinbox{
	position:absolute;
	width: 500px;
	left: 0;
	top: -400px;
	border: 2px solid black;
	background-color: lightyellow;
	padding: 4px;
	z-index: 100;
	visibility:hidden;
}

a:link{
	font-family: century-gothic;
	color: #800000;
}
a:hover{
	font-family: century-gothic;
	color: #000080;
}
a:visited{
	font-family: century-gothic;
	color: #800000;
}
a:active{
	font-family: century-gothic;
	color: #000080;
}