 a:visited{
	text-decoration: none;
}
 a:hover {
	text-decoration: underline
}
 a:link { 
	text-decoration: none;
 } 
 a:active  { 
	text-decoration: none;
 } 
  a.white:visited{
	color: #ffffff; text-decoration: none;
}
 a.white:hover {
	color: #ffffff; text-decoration: underline
}
 a.white:link { 
	color: #ffffff; text-decoration: none;
 } 
 a.white:active  { 
	color: #ffffff; text-decoration: none;
 } 

#classdocs {
	float: left;
	width: 40%;
	margin-left: 25px;
}
#askques {
	float: right;
	width: 40%;
	margin-right: 25px;
}

