body
{
	font-size: 12px;
	text-decoration: underline;

}

table
{
	font-size: 12px;
	line-height: 18px;

}

.mytext
{
	border: 1px solid #7f9db9;
	height: 18px;
}
.answer {
	background-color: #F6F6F6;
	border: 1px solid #DDDFFF;
	width:98%;
	margin:5px;
	display:none;
	padding: 8px;
}
.question
{
	margin:5px;
	cursor: help;
}

.noborder
{
	border: none;

}
a:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;

}
a:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;

}
a:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;

}