/* ******************************************  */
/*  Stylesheet for Daisyland quiz page             */
/*  Author:  Daisy Lee, April 2005  */ 



/*  ***************************** */
/*  ******* Main styles ********  */


body, div, p, th, td, li, dd {
	font-family: verdana, helvetica, arial, sans-serif, ·s²Ó©úÅé;
	font-size: 12pt;
	color: #333333;
	line-height:1.6;
}

body {
	background: #EEEEDD;
}
	

a {
	text-decoration: none;
	font-weight:bold;	
	color: #333333;
}
a:visited {
	color:#333333;
	}
a:hover, a:active {
	text-decoration:underline;
	color:#FFFFFF;
	}
.title {
	font-weight:bold; 
	font-size:14pt; 
	line-height:2.8;
	text-align:center; 

	}
.question {
	font-weight:bold;
	text-decoration:underline;
	line-height:1.4;
	}
.choices {
	padding-top:5px;
	padding-bottom:15px;
	line-height:1.4;
	}

/*  ********************************************* */
/*  ********* Bottom Navigation Styles ********** */

.copyright {
	padding-left:30px;
	padding-right:10px;
	padding-bottom:5px;
	padding-top:80px;
	}
.scopyright {
	font-size:12px;
	}