body {
    font-size : 20px;
	background-color : #000020;
	color : white;
	margin: 0;
	padding : 0;
}

#game pre {
	display : inline-block;
	text-align : left;
	margin: 0;
	padding : 0;
}

#layout {
	position:absolute;
	background-color : black;
	height: 75%;
	width: 60%;
	margin-left:25%;
	margin-right:25%;
	opacity:0;
	z-index:1000; 
}

#intro{
	font-size:9px;
}

video {
	width:600px;
	margin-left:100px;
}


a:link{
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:hover{
	font-weight: bold;
}

a:active{
	text-decoration:none;
}