body
{
	background-color: #85afdd;
/*	background-color: #33ccff; */
	font-family: Verdana;
	font-size: 12pt;
}

.heading
{
	font-style: italic;
	color: white;
	font-size: 24px;
	font-weight: bold;
}

.exerciseHeading
{
	text-align: center;
	font-style: italic;
	color: white; 
	font-size: 20px;
	font-weight: bold;
}

.whiteText
{
	color: white;

}

.exercisetext
{
	text-align: left;
/*	background-color: gainsboro; */
	background-color: #E6E6E6;
	color: black;
	font-weight: bold;
}

.wordtext
{
	text-align: center;
/*	color: navy; */
	color: black;
	font-weight: bold;
/*	background-color: gainsboro; */
	background-color: #E6E6E6;
}
.odd
{
	background-color: white;
}

.even
{
	background-color: gainsboro;
}

.msg
{
	background-color: #85afdd;
	/*	width: 100%; */
	color: navy;
	font-size: 16px;
	font-weight: bold;
}

.inputfasit
{
	background-color: gainsboro;
	color: navy;
}


.exercises
{
	background-color: gainsboro;
}

.drag
{
	border-radius: 25px;
	position: absolute;
	text-align: center;
/*	background-color: dimgray;*/
	background-color: black;
	color: white;
	cursor: hand;
}

.fasit
{
	border-radius: 25px;
	position: absolute;
	text-align: center;
	vertical-align: middle;
/*	background-color: dimgray;*/
	background-color: #E6E6E6;
	color: black;
	font-size: 12px;
	vertical-align: baseline;
}
