@charset "utf-8";
/* CSS
 Document */

a:link {
COLOR: #0000FF;
}

a:visited {
COLOR: #00FFFF;
}

a:hover {
COLOR: rgba(255,0,0,0.5);
}

a:active {
COLOR: #FF0000;
}

html {
	font-family: arial;
}

/*.MainHeading {
	color: rgb(0, 255, 0);
}
*/
div {
	background-color: black;
	color: rgb(0,255,0);
	padding: 30px;
	width: 50%;
	position:absolute;
	left: 25%;
	border: 15px double rgb(0,255,0);
	margain: 30px;
}

hr {
	color: rgb(0,255,0);
}