body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	background: #ffdead;
}
a:link {
	color: red;
	text-decoration: underline;
}
a:visited {
	color: red;
	text-decoration: underline;
}
a:active {
	color: red;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: none;
}
table#main {
	border: 0;
	margin: 0;
	padding: 0;
}
table#probsolve {
	width: 100%;
	padding: 2 0;
	border: 0;
	margin: 0;
}
div#footer {

}
div#footer table {
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	background: #dfdfdf;
	color: #000000;
	font-size: 66%;
	text-align: center;
}
div#news {

}
div#menu {
	
}

.tree ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 262px; /* Width of menu items */
}
.tree li {
	position: relative;
	width: 262px; /* Width of menu items */
}

.tree li a {
	width: 262px;
	font-size: 18px;
	line-height: 30px;
	border: 0pt none;
	background: #ffc0c0;
	color: red;
	display: block;
	text-decoration: none;
	font-weight: bold;	
	margin-bottom: 5px;
	padding: 4px 5px;
	text-indent: none;
}
.tree li a:hover {
	background: #c0c0ff;
}

div#menu table {
	border: 0;
	padding: 3px 0;
	margin: 0;
	color: #000000;	
}
div#menu table td {
	background: #ffc0c0;
	border: 0;
	margin: 0;
	padding: 1px 5px;
}
div#menu table td:hover {
	background: #c0c0ff;
}
div#debug {

}
div#debug table {
	border: 3px dotted black;
	padding: 1px;
	margin: 0;
	color: #000000;
	font-size: 80%;	
}
div#debug table td {
	background: #fdf5e6;
	border: 1px solid black;
	padding: 1px 5px;
	margin: 0;
}
.title {
	text-align: center;
	font-weight: bold;
}
h2 {
	padding-bottom: 0;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
}
.precon {
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: center;
}
.tut {
	letter-spacing: 1px;
	text-align: justify;
	text-indent: 2em;
	margin-left: 0.5em;
	margin-right: 0.5em;
}
.tutlist {
	letter-spacing: 1px;
	margin-left: 1.5em;
	margin-right: 0.5em;
}
span#usermsg {
	background: white;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0 20px 20px 20px;
	text-align: center;
}
.quiz {
	padding-left: 5em;
}
.quizb {
	margin-top: 10px;
}
