body{
	font-size:9pt;
	font-family:Comic Sans MS, sans-serif;
	color:#006699;
	background-color:#FCFDDA;
}
table, td{
	font-size:9pt;
	font-family:Comic Sans MS, sans-serif;
	color:#006699;
}
ul{
	margin-left: 10px;
	padding-left: 0px;
	list-style: disc outside;
}

input, select, textarea{
	font-size:8pt;
}

a:link { color: rgb(0, 0, 153) }  /* for unvisited links */
a:visited { color: rgb(153, 0, 153) } /* for visited links */
a:active { color: rgb(255, 0, 102) } /* when link is clicked */
a:hover { color: rgb(0, 96, 255) } /* when mouse is over link */

a.faq:link{ text-decoration:none; }
a.faq:visited{ text-decoration:none; }
a.faq:active{ text-decoration:none; }
a.faq:hover{ text-decoration:none; }