@charset "utf-8";
/* CSS Document */

body, table 
{
	font-family:		Verdana, Arial, Helvetica, sans-serif; 
	font-size:			11px; 
	color: 				#666666;
}

a:link 
{
	color:#FFFFFF;
}

.bold 
{
	font-weight: 		bold;
}

#contentcontainer 
{
	background-image:	url(graphics/C.jpg); 
	width:				502px; 
	height:				660px;
}

#content 
{
	width:				502px; 
	height:				660px; 
	overflow:			auto; 
	margin-left:		auto; 
	margin-right:		auto;
}

.header 
{
	font-size: 			medium; 
	font-weight: 		bold; 
	color: 				#F8780B;
}

.italic 
{
	font-style: italic;
}

.question 
{
	color: #3366CC;
}