/* CSS Page Styles for Crazy4Games.com */
body {
	background-color: #0E2992;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.content {
	margin: 5px;
}

/* ------------------------------------------------ 
   Game boxes on homepage
   ------------------------------------------------ */
.gameBox {
	width: 200px;
	float: left;
	font-size: 10px;
	margin: 15px;
}

.gameBox a{
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

h1.gameTitle {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 2px;
}

.gameInstructions {
	font-size: 12px;
	margin-bottom: 30px;
}

