/*
	Filename - Screen.css
	Description - Stylesheet for the the IT Futures test website with MODX
	Author - Peter Osborne (peter.osborne@wlv.ac.uk)
*/

/* Page layout tags */

body {
	background-color:#FFFFFF;
	margin: 10px 10px 30px 10px; 
	padding: 10px; 
	font-size: 16px; 
	text-align: justify; 
}

#container { width:auto; }
#header { display: none; }
#logo { display: none; }
#menu { display: none; }
#content { display: block; }
#content h1{ font-size:18px; font-weight: 600; margin: 0; padding: 0; }
#content h2{ font-size: 14px; font-weight: 600; }
#content p{ font-size:14px; }
#footer { display: block; }


