@charset "UTF-8";
/* CSS Document */

body {
	background-color: black;
	color: white;
	margin:0px;
	padding:0px;
	}

#index	{
	clear:both;  
	position:relative;
	width: 900px;
	height: 800px;
	border: 0px;
	z-index:3;
	}

img {
	border: 0px;
	}

a:link {
	border: 0px;
	color: inherit;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
a:active {
	color: red;
	}

.embolden {
	color: black;
	font-size: 16px;
	font-family: Gill Sans, Georgia, sans-serif;
	}

.Lembolden {
	color: green;
	font-size: 16px;
	font-family: Gill Sans, Georgia, sans-serif;
	text-decoration: underline;
	}
foxyBoxy {
	height:100%;
	width:100%;
	}
#yellowDiv {
	background-color:#6ff542;
	text-align:justify;
	color:white;
	padding: 15px 20px 10px 20px;
	overflow:hidden;
	width:500px;
	height:500px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-250px;
	margin-top:-250px;
	z-index:1;
	}

