.q {
	font-weight: bold;
}
.d {
	font-size: smaller;
	font-style: italic;
}
a {
	color: #00FF00;
	text-decoration: underline;
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color: #00FF00;
	font-weight: normal;
	text-align: center;
}
h2 {
	font-size: 20px;
	color: #00FF00;
	font-weight: normal;
	text-align: center;
}
h3 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	text-decoration:  none;
}
ul li {
	list-style-image: url(images/bone.gif);
}
li input, li select {
	position: absolute;
	left: 40%;
}
ol li {
	line-height: 25px;
}
li input.no {
	position: static;
	left: 0%;
}
