body, html, table, td{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}

.style2{
	font-weight: bold;
	color: red;
}
.mainTable{
	width: 650px;
}
.onlineQuiz{
	font-family: Arial, Tahoma, Verdana;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #902200;
	line-height: 25px;
}
.links{
	background: #AFC6FC;
}
.links a,
.links a:link,
.links a:visited,
.links a:active{
	height: 25px;
	padding: 5px 10px 5px 10px;
	text-align: center;
	background: #AFC6FC;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.links a:hover{
	height: 25px;
	padding: 5px 10px 5px 10px;
	text-align: center;
	background: #ececec;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.bottomContent{
	padding: 10px;
	border-left: 1px solid #AFC6FC;
	border-right: 1px solid #AFC6FC;
	border-bottom: 1px solid #AFC6FC;
	text-align: left;
}
a,a:link,a:active,a:visited{
	font-weight: bold;
	text-decoration: none;
	color: #902200;
}
a:hover{
	font-weight: bold;
	text-decoration: underline;
	color: #902200;
}
