﻿body, input 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}


body
{
	background-color:#fff;
	margin:0px;
	color:#000;
	text-align:left;
	
}

#header
{
	width:100%
}

#top
{
	background-color:#8b0043;
	height:75px;
	width:100%;
	background-image:url(../images/logo-Left.png);
	background-repeat:no-repeat;
	background-position:right;
}


#welcome
{
	height:120px;
	background-image:url(../images/logo-Right.png);	
	background-repeat:no-repeat;
	background-position:top right;
	padding-left:55px;
}

a:link
{
	color:#8b0043;
	text-decoration:underline;
	outline:none;
	cursor:pointer;
}

a:visited
{
	color:#8b0043;
	text-decoration:underline;
	outline:none;
	cursor:pointer;
}

a:hover
{
	color:#8b0043;
	text-decoration:underline;
	outline:none;
	cursor:pointer;
}

a:active
{
	color:#8b0043;
	text-decoration:underline;
	outline:none;
	cursor:pointer;
}

.subheader
{
	font-weight:bold;
	font-size:12pt;
	text-transform:uppercase;
}

.button
{
color:#000;
font-weight:bold;	
}

a:disabled {
	border: none;
}

.correct-answer { /* the actual correct answer */
	font-weight: bold;
	font-style: normal;
}
.user-correct-answer { /* the user's answer is the same as the correct answer */
	font-style: italic;
	font-weight: bold;
}
.user-incorrect-answer {
	font-style: italic;
	font-weight: normal;
}