/**
 * CSS for Paretje's Quizsystem
 */

body {
	background: #E9FAF4;
	color: #2e3436;
	font-family: Verdana;
	font-size: 13px;
	text-align: left; /* IE 5 fix */
	line-height: 1.4;
	margin-top: 4px;
	margin-bottom: 0px;
}

a:link {
	color: #3465a4;
	text-decoration: none;
}

a:visited {
	color: #3465a4;
	text-decoration: none;
}

a:hover, a:active {
	color: #a40000;
	text-decoration: underline;
}

.smalltext {
	font-size: 11px;
}

.largetext {
	font-size: 22px;
	font-weight: bold;
}

.thome {
	background: #CCCCCC;
	width: 90%;
	margin: auto auto;
	border: 3px solid #D9D9D9;
	font-size: 16px;
	font-weight: bold;
}
/*
.thome a:link,  a:visited, a:hover, a:active {
	background: #CCCCCC;
}*/

