body
{
	font-family: Arial, Verdana;
}

.linkbutton { text-decoration: none} /* unvisited link */
.linkbutton:visited { text-decoration: none} /* visited link */
.linkbutton:active { text-decoration: none } /* active link */
.linkbutton:hover{ color: blue;	text-decoration: none;} /* hover or mousover link */

.booktitlelink { text-decoration: none} /* unvisited link */
.booktitlelink:visited { text-decoration: none} /* visited link */
.booktitlelink:active { text-decoration: none } /* active link */
.booktitlelink:hover{ text-decoration: underline } /* hover or mousover link */

P.courseName:hover {color:blue; text-decoration:underline;}
A.courseName {text-decoration:none; color:blue;}
A.courseName:hover {text-decoration:underline;}

.testQuestions
{
	font-weight:bold;
	font-size:10pt
}

.testAnswers
{
	font-size:10pt
}

.mainTablePosition
{
	LEFT: 0px; 
	POSITION: absolute; 
	TOP: 175px;
	Z-INDEX: 10000
}

.noBorders
{
	border: 0px;
}