.alert
{
color:red;
}

.question{
	
}

.answer{
	text-indent: 1.5em;
	font-style:italic;
}

a:hover 
{
	text-decoration: underline;
}
a:link 
{
	text-decoration: none;
}
a:visited 
{ 
	text-decoration: none;
}
img
{  border-style: none;
}
body{
	background-color:#43BFFF;
}


#wrapper{
	background-color:#88DD55;
		line-height:130%;
	width: 1000px;
	margin:auto;
	border: 1px solid;
	height:1000px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#nav ul {
	list-style-type: none; 
	list-style-image:none;
	list-style-position:outside;
	margin: 0;
	padding: 0;
	}

#menu9 {
	width: 200px;
	margin: 10px;
	}
	
#menu9 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu9 li a:link, #menu9 li a:visited {
	color: #FFF;
	display: block;
	background:  url(menu9.gif);
	padding: 8px 0 0 35px;
	}
	
#menu9 li a:hover {
	color: #FFF;
	background:  url(menu9.gif) 0 -32px;
	padding: 8px 0 0 35px;
	}
	
