a.buttons:link {color: #C27DCB; text-decoration:none}     /* unvisited link */
a.buttons:visited {color: #C27DCB; text-decoration:none}  /* visited link */
a.buttons:hover {background-color:white}   /* mouse over link */
a.buttons:active {color: #C27DCB}   /* selected link */

a.buttons2:link {color: #C27DCB}     /* unvisited link */
a.buttons2:visited {color: #C27DCB; text-decoration:none;}  /* visited link */
a.buttons2:hover {background-color:white}   /* mouse over link */
a.buttons2:active {color: #C27DCB}   /* selected link */


a.buttons2{
  font-size:11pt;
  font-weight:600;
}

ul.circle {list-style-type: circle}

ul.disc {list-style-type: disc}





#questions_text{
	position:absolute;
	left:142px;
	top:450px;
	width:650px;
	height:178px;
	overflow: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family:trebuchet MS, sans-serif;
	font-size:13pt; 
	color: #a884c0;
	font-weight: normal;
	line-height: 26px;
	z-index: 10;
}


#topic-title{
	position:absolute;
	left:75px;
	top:690px;
	font-family:trebuchet MS, sans-serif;
	font-size:18px; 
	color: #926eaa;
	font-weight: normal;
	line-height: 19px;
	z-index: 10;
}

#references-box{
	position:absolute;
	left:75px;
	top:735px;
	height:200px;
	width:717px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family:trebuchet MS, sans-serif;
	font-size:13px; 
	color: #926eaa;
	font-weight: normal;
	line-height: 19px;
	overflow:auto;
	z-index: 10;
}



