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

body{
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
	background: #779CA1;
	font-size: 16px;
}

#fringe_game{
	background-color: #779CA1;
	width: 960px;
	height: 640px;
	border: 0px solid #7e7e7e;
	color: #ffffff;
	margin: 0 auto;
	display: block;
	margin-top: 20px;
}

.instructions {
	width: 600px;
}

h1 {
	color: #ffffff;
	margin : 0px;
	font-size: 30px;	
}

h2 {
	color: #ffffff;
	margin: 0px;
	margin-bottom: 10px;	
	font-size: 16px;
}

h3, h4, h5, h6 {}

p {}

a:hover, a:link { color: #ffffff; text-decoration:underline; font-weight:bold;}
a:active, a:visited { color: #ffffff; }