	/* begin affordances */	/* 7 - rubric */
		
a, address, blockquote, body, cite, code, dd, del, dfn,		
div, dl, dt, em, form, h1, h2, h3, h4, h5, h6, iframe, img, kbd,		
li, object, ol, p, q, samp, small, span, strong, sub, sup, ul, var, 		
applet, big, center, dir, font, menu, pre,		
abbr, acronym, bdo, button, fieldset, ins, label	{	
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-decoration:	none;
	border-style:	none;
	}	
		
a:link	{	
	text-decoration:	none;
	font-weight:	bold; 
	color:		#CC3333;
	}	
		
a:visited	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#339900;
	}	
		
a:active	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#CC3333;
	}	
		
a:hover	{	
	text-decoration:	none;
	color:	#000099;
	}	
		
a.offsite	{	
	text-decoration:	none;
	font-weight:	normal;
	color:	#33FF33;
	}

.showhide_question{	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:0.9em;
	background-color:#317082;
	width:830px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	background-image:url('images/bg_answer.gif');
	background-repeat:no-repeat;
	background-position:top right;	
	height:20px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.showhide_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	border:1px solid #317082;
	background-color:#E2EBED;
	width:800px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.showhide_answer_content{	/* Content that is slided down */
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	padding:1px;
	font-size:0.9em;	
	position:relative;
}
	
		
	/* end affordances */	

