/* project specific styles - override the main ones set in testgenerator.css */

/*@import url("http://fonts.googleapis.com/css?family=Actor");*/

body {
	/*
		the background colour sets the whole 'theme' basically
		eg.

		most links / headers / hovers are an rgba offset of this background colour

	*/
	background-color: #fd8b44;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 1em;
}

ol.chooseTests {
	list-style-type: none;
}

ol.chooseTests .questionType {
	margin-left: 20px;
}