/* CSS Document */

#header {
	height:156px;
	padding:0 0 0 0px;
}

body {
	background-color: #FFEEFF;
}

a:link { 
	color: #990000;
	}
a:visited { 
	color: #990000;
	}
a:hover { 
	}
a:active { 
	color: #CC0000;
	}

#header {
	background-color: #FFFFFF;
	background-image:url(../images/keepthepromise_title.gif);
}


#footer {
	background-color: #FFFFFF;
	background-image:url(../images/quiz_ftr.png);
}


#quizmain {	
	background-color: #ffffff;
}

#quizmain h2 {
	font-size: 18px;
	color: #CC0000;
	font-weight: bold;
}


#quizmain h3 {
	font-size: 12px;
	color: #999933;
	font-weight: bold;
	font-style: italic;
}

#quizmain p {
	font-size: 12px;
}

#question {
	background-color: #FFFFEE;
}

.quest_text{
	font-size: 15px;
	color: #CC0000;
	font-weight: bold;
}

#answer {
	background-color:#FFFFee;
}

.answer_text{
	font-size: 14px;
	color: #990000;
}

#startform {
	background-color: #ffffff;

}

#contest {
	background-color: #ffffee;
}


#contest_form {
	background-color: #eeeeee;
}


.contest_text{
	font-size: 13px;
	color: #666600;
	font-weight: bold;
}

.smalltext {
	font-size: 10px;
	color: #666666;
}

.ftr_link {
	text-decoration:none;
}


.button {
	BORDER-RIGHT: #FFFF33 1px solid;
	BORDER-TOP: #FFFF33 1px solid;
	FONT-SIZE: 12px;
	BORDER-LEFT: #FFFF33 1px solid;
	COLOR: #990000;
	BORDER-BOTTOM: #FFFF33 1px solid;
	FONT-FAMILY: Verdana, Arial, Tahoma;
	BACKGROUND-COLOR: #FFFF33;
	font-weight: bold;
}
