body {
	margin:0px;
	padding:0px;
	font:0.9em arial, helvetica, sans-serif;
	color:#00CC66;
	background:#000;
}
a:link {
	color:#990033;	
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990033;
}
a:hover {
	text-decoration: underline;
	color: #6699FF;
}
a:active {
	text-decoration: none;
}
.style1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
	color:#FFF;
	font-weight: bold;
}
.style2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color:#000;
	font-weight: bold;
}
.style3 {
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:0.8em;
	color:#000;
}

#body {
	position:relative;
	width:1050px; 
	margin-left:auto;
	margin-right:auto;	
	border-top:1px solid #7f7f63;
	border-left:1px solid #7f7f63;
	border-right:1px solid #7f7f63;		
	}
	
#content {
	width:100%;
	padding:0;	
	border:0px solid #000000;			
	}	
					
#footer {
	position: relative;
	text-align:center;
	height:30px;
	padding: 2px;
	background:#7f7f63 url(../../questiony/images/BGfooter.jpg) repeat-x;	
	border:0px solid #FFF;	
	}
	
		
	