@charset "utf-8";

/* Da title */
h1 
	{ 
		margin:0px;
		padding-bottom:10px; 
		font:2.5em Georgia, "Times New Roman", Times, serif; 
		color:#4F7725; 
		font-weight:normal; 
	}

/* Link and Bold styles */
a {
	text-decoration:none;
	color:#4F7725;
	font-weight:bold;
}

span {
  font-weight:bold;
}

/* End of Link and Bold styles */	

/* Styles for da question */
.guesstheflag_question{	
	/* Title of da question */
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	color:#9AB273;
	font-size:1.2em;
	font-weight: bold;
	background-color:#D8EFA9;
	width: 750px;
	margin-top:2px;
	padding-left:5px;
	height:20px;
	overflow: hidden;
	cursor: pointer;
}

.guesstheflag_question_hover {
	/* Title of da question - on hover */
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	color:#4F7725;
	font-size:1.2em;
	font-weight: bold;
	background-color:#D8EFA9;
	width:750px;
	margin-top:2px;
	padding-left:5px;
	height:20px;
	overflow:hidden;
	cursor:pointer;
}

.guesstheflag_answer{	/* Da answer box - parent */
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
  font-size:1.2em;	
	text-align:justify;
	border:1px solid #D8EFA9;
	border-top: 0px;
	background-color:#EFFED0;
	margin: 0px 8px 0px 8px;
	position:relative;
	overflow:hidden;
}
.guesstheflag_answer_content{	/* Da content that is slided down */
  margin: 0px;
	padding: 8px;
	text-align: justify;
}
/* End of Styles for da question */