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

h1.head {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 52px;
	
	color: #353535;
	
	text-align: center;
	
	font-weight: bold;
	
	margin-left: 100px;
	margin-right: 100px;
	
	border-bottom: thin solid #666;
}

h2.game_name {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;
	
	color: #333;
}

p.game_description {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #444444;
}
p.game_instructions {
	font-family: Verdana, Geneva, sans-serif;
	color: #444444;
	
	text-align: justify;
	
	font-size: 14px;
}

img.game_pic {
	margin: 10px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
	
	outline: none;
	border: none;
	
	vertical-align: text-top;
	float: left;
}

#game {
	width: auto;
	
	margin: auto;
	margin-left: 50px;
	margin-right: 50px;
	
	padding: 10px 10px 10px 10px;
	
	cursor: pointer;
	
	background-color: #EFFFFF;
	
	border: medium #ACC solid;
	
	overflow:hidden;
	position:relative;
}

#about_game {
	width: 500px;
	margin: auto;
}