body,td,th,tr {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #000000;
   font-weight: normal;
}

a:link { color: #000000; TEXT-DECORATION: underline; }
a:visited { color: #000000; text-decoration: underline;}
a:hover { color: #666666; text-decoration: underline; }
a:active { color: #666666; text-decoration: underline; }

a.partLink, a.partLink:link, a.partLink:visited, a.partLink:active 		{ color: #000; 	text-decoration: none; font-weight:bold;}
a.moduleLink, a.moduleLink:link, a.moduleLink:visited, a.moduleLink:active 	{ color: #cc2617; text-decoration: none; font-weight:bold;}
a.unitLink, a.unitLink:link, a.unitLink:visited, a.unitLink:active 		{ color: #666; 	text-decoration: none;}

a.partLink:hover, a.moduleLink:hover, a.unitLink:hover { text-decoration: underline; }

h1	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; }
h2	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; }

.fett {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   color: #000000;
   font-weight: bold;
}

.rand_all
{
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.rand
{
	margin-left: 0px;
	margin-right: 0px;
}

/* Frame Style of iframes*/
.frameborder {
	border: 0px;
	background-color: transparent;
}

/* Position of layer */
#top_right {
	position:absolute;
	width:133px;
	height:25px;
	z-index:0;
	left: 662px;
	top: 28px;
	visibility: visible;
}

#question {
	display: block;
	clear: both;
}

#prevButton {
	display: none;
}

a#nextButton img{
	border: none;
}

.input {
	margin: 15px;	
}

.inputImage {
	margin-left: 45px;
}

.output {
	margin: 15px;	
}

/* Dictionary Words */
a.dict 			{ color: #399; font-style:italic;}
a.dict:link		{ color: #399; }
a.dict:visited	{ color: #399; }
a.dict:active	{ color: #399; }
a.dict:hover	{ color: #399; }

.result { font-weight:bold; }

.inputHeader { font-size:11pt; font-family:Arial; font-weight:bold; }

.wrong { background-color: #933; color: #fff; }
.correct { background-color: #393; color: #fff; }
