body {
	background-color:#bbbbee;
	color:#000;
	}
#slides {
	font-family:Verdana, Arial, sans-serif;
	float:right;
	width:100%;
	}
.slide {
	position:relative;
	width:80%;
	height:500px;
	display:block;
	overflow:auto;
	background-color:#ccffcc;
	color:#000;
	font-size:1em;
	border:3px solid #ff9900;
	margin:0 10% 0 10%;
	}
h1 {
	text-align:right;
	font-size:2em;
	padding-right:10%;
	border-bottom:5px solid black;
	margin-bottom:2px;
	}
h2 {
	font-size:1.5em;
	text-align:center
	}

li {
	margin-bottom:6px
	}
.content {
	margin-left:20px;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
}
.ques {
	font-weight:bold;
	font-family:Verdana, sans-serif;
	font-size:1.2em;
	margin-top:.5em;
}
.answers {
	margin-left:20px;
}
#hidden{
	list-style-type:none;
}

#hidden li{
	display:inline;
}
a.controller {
	background-color:#bbbbee;
	color:#bbbbee;
	border-width:0px;
	width:25px;
	margin-top:3px;
}

a.controller:hover{
	background-color: #f0f0f0;
	color: #000;
	border-color: #000;
 	border-style: solid;
 	border-top-width:1px;
 	border-left-width:1px;
 	border-right-width: 3px;
 	border-bottom-width: 3px;
}

a {
  background-color: #f0f0f0;
  border-color: #000;
  border-style: solid;
  border-top-width:1px;
  border-left-width:1px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  padding: 2px 1em 2px 1em;
  position: relative;
  text-decoration: none;
  color:#000
}

a:hover {
  background-color: #d0d0d0;
  color: #606060;
}
