.default {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	line-height: 1.5;
	font-weight: normal
}
.ques {
	font-family: Arial;
	font-size: 15px;
	color: #000000;
}
.smallgray {
	font-family: Verdana;
	font-size: 10px;
	color: #999999;
	line-height: 1.5;
	font-weight: normal
}

.small {
	font-family: Arial;
	font-size: 10px;
}
.smallw {
	font-family: Arial;
	font-size: 10px;
			color: #FFFFFF;
}
.smallred {
	font-family: Arial;
	font-size: 10px;
	color: red;
	font-weight: bold
}

.bordersolid {
BORDER-RIGHT: gray 1px solid; 
BORDER-TOP: gray 1px solid; 
BORDER-BOTTOM: gray 1px solid; 
BORDER-LEFT: gray 1px solid
}

a {	text-decoration: none;}
a:hover { text-decoration: underline; }

left {
position: absolute;
left: 0;
width: 50%;
}

right {
position: absolute;
right: 0;
width: 50%;
text-align: right;
}
