* { padding: 0em; margin:0em }
p {
	padding: 1em;
}
ul, ol, dd {
	padding-left: 3em;
}
h1, h2, h3 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-family: sans-serif;
	}

body {
	font-family: serif;
	font-size: medium;
	color: #9cc;
	background: #000;
}

a:link {
	color: #33cccc;
}
a:visited {
	color: #66cccc;
}
a:hover {
	color: #99ffff;
	border-bottom: 1px solid;
}
a:active {
	color: #66ffff;
}

div#content {
	padding: 1em 3em 0em 3em;
	background:  url("onix.png") #000000;;
}


div#questions a {
	text-decoration:none;
}

div#answers{
	margin-top:2em;
	border-top:2px double #666;
	}

h2 {
	font-weight: normal;
	padding-left: 0.5em;
	width: 20em;
	background: url("h_back.png");
}

h3 {
	width:20em;
	font-weight: normal;
	
	}
	
dt {
   margin-top: 1em;
	text-decoration: underline;
	font-weight: bold;
}

dt:before {
	content: "Q. ";
}

dd {
	padding-top: 2em;
	padding-bottom: 2em;
	border-bottom: dashed 2px #666;
}

dd:before{
	content: "A. ";
}

div.top {
	margin-left:80%;
	padding-left:2em;
}

div.top a	{ 
	display:block;
	background: url("up.gif") no-repeat 2.5em;
	text-decoration: none;
	color: #ccc;
	 font-size: small;
}




dd#engage_answer {

}

div#bread_crumbs {
				font-size: small;
				margin-left:75%;
				background: url("bullet.gif") no-repeat 5px;
				padding-left: 25px;
				margin-bottom:0.5em;
}

div#footer {
	text-align: center;
}