.question {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #14AD22;
}
.answer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}
.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #14AD22;
}

a:link {color: #DF136A; text-decoration: none; }
a:visited {color: #14AD22; text-decoration: none; }
a:hover {color: #DF136A; text-decoration: underline; }
a:active {color: #14AD22; text-decoration: none; }


a.col {padding: 2px; border-bottom:2px solid #ffffff}
a.col:hover, a.col:active {padding: 2px; border-bottom:2px solid blue}

select.green{background-color:white; color:#14AD22}
option.instock{background-color:white; color:#14AD22}
option.going{background-color:white; color:red}
option.gone{background-color:white; color:gray}