/* BeginCorePageCSS */
/* Made with executable version 6.0 Release 3 Build 30 */
body{
	font-family: Geneva,Arial,sans-serif;
	background-color: #000;
	background-image:url("fond.jpg");
	color: #000000;
	margin-right: 5%;
	margin-left: 5%;
	font-size:11pt;
}
p{
	text-align: left;
	margin: 0px;
	font-size:11pt;
}
p#Instructions{
	font-size:140%;
	text-align:center;
}
div,span,td{
	font-size:11pt;
	color: #000000;
}
div.Titles{
	padding: 10px;
	text-align: center;
	color: #FCFCFC;
}
button{
	display: inline;
	font-weight:normal;
	font-size:10pt;
}
.ExerciseTitle{
	font-size: 20pt;
	color: #00FFFF;
}
div.StdDiv{
	background-color: #5B595C;
	text-align: center;
	font-size:11pt;
	color: #FCFCFC;
	padding: 8px;
	margin-bottom: 1px;
	border:solid 1px #000;
}
table{
	width:600px;
	margin:0 auto;
}
/* EndCorePageCSS */

.Guess{
	font-weight: bold;
}
.CorrectAnswer{
	font-weight: bold;
}
.FeedbackText{
	color: #000000;
}
input, textarea{
	font-family: Geneva,Arial,sans-serif;
	font-size: 100%;
}
div.Feedback {
	background-color: #FCFCFC;
	left: 33%;
	width: 34%;
	top: 33%;
	z-index: 1;
	border-style: solid;
	border-width: 2px;
	padding: 5px;
	text-align: center;
	color: #000000;
	position: absolute;
	display: none;
	font-size:11pt;
}

/* JCloze styles */
.ClozeWordList{
	text-align: center;
	font-weight: bold;
}
div.ClozeBody{
	padding-left:100px;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 2em;
}
td{
	font-size:14pt;
	line-height:2.0;
	color:#00FFFF;
}
span.GapSpan{
	font-size:12pt;
	color:#FFFF00;
	font-weight:bold;
}
span.GapSpan input.GapBox{
	font-size:12pt;
	background-color:#999999;
	color:#00FFFF;
	font-weight:bold;
	border:none;
}
.copyr{
	text-align:center;
	color:aqua;
}

a{color: aqua;}
a:visited{color: #FFF;}
a:hover{color:red;}

