body
{
	background-color: white;
	color: black;
}
a
{
	color: blue;
	text-decoration: none;
}
ol
{
	font-size: 120%;
	color: lightgrey;
}
#footer
{
	font-size: 60%;
	color: grey;
}
#question
{
	font-style: italic;
	margin-left: 40px;
	font-size: 120%;
}
#questionborder
{
	border-style: dashed;
	border-width: 1px;
	border-color: lightgrey;
	padding: 5px 5px 5px 5px;
}
#options
{
	margin-left: 50px;
}
#message
{
//	font-weight: bold;
}
#topbar
{
	background-color: #cee3f8;
	width: 100%;
	height: 50px;
	top: 20px;
	left: 0px;
	position: absolute;
}
#graybar
{
	background-color: lightgray;
	width: 100%;
	height: 20px;
	left: 0px;
	top: 0px;
	position: absolute;
}
#game
{
	top: 80px;
	left: 40px;
	width: 80%;

	position: absolute;
}
#title
{
	font-size: 30px;
	font-weight: bold;
	margin-left: 30px;
}

