/* A simple stylesheet that won't cause problems on older browsers with buggy
 * css (e.g. IE3/4, NS4) */
body {
	background-color: #fff;
	color: #000;
	font-family: Verdana, Arial, Helvitica, sans-serif;
}

a img {
	border: 0;
}

h1, h2 {
	background-color: transparent;
	color: #f80;
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	background-color: transparent;
	color: #f80;
	margin-bottom: 0;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.menub {
	font: bold larger Arial, sans-serif;
}

.incorrect {
	    text-decoration: line-through;
}

.breadcrumb {
	text-align: right;
}
