body{
	background: Yellow;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
#flash{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 400px;
	width: 750px;
	margin-top: -200px;
	margin-left: -375px;
}
a:link {
	color: Olive;
}
a:hover{
	color: #CFC607;
}
a:active{
	color: Black;
}
#intro a:visited {
	color: Olive;
}