body 
{
	background-color: #9C1100;
	background-image: url(images/background.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #000000;
	margin: 5px 10px;
}

h1, h2, h3, h4, h5, h6 
{
    margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #9C1100;
	font-weight: bold;
}
 
h1 
{
    font-size:3em;
    line-height:normal;
    text-transform:uppercase;
}

h2 
{
    font-size:2em;
    line-height:normal;
}

h3 
{
	font-size: 1.5em;
}

h4 
{
	font-size: 1.3em;
}

h5
{
	font-size: 1.1em;
}

p 
{
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

img
{
	border: 1px solid #000;
}

blockquote
{
	color: #9C1100;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 2px;
	background-color: #EFEFEF;
	border: 1px dotted #666666;
}

a 
{
	color: #9C1100;
	text-decoration: none;
}

input, textarea
{
	color: #000000;
	border: 1px solid #000000;
}

input:hover, textarea:hover, select:hover, .input_highlite
{
	border: 1px solid #9C1100;
	color: #9C1100;
}

a:visited 
{
	color: #CB0F00;
}

a:hover 
{
	text-decoration: underline;
	color: #CB0F00;
}

a:active 
{
	color: #CB0F00;
}

.left
{
	float: left;
	margin-right: 10px;
}

.right
{
	float: right;
	margin-left: 10px;
}

#quiz
{
	width: 650px;
	margin: 0 auto;
	border: 1px solid #000;
	padding: 5px 10px 5px 10px;
	background-color: #FFFFFF;
	background-image: url(images/foreground.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#header
{
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #000;
}

#footer
{
	padding: 5px 0px 0px 0px;
	border-top: 1px solid #000;
}

.red 
{
	color: #9C1100;
}