@import url(file:///C|/Documents%20and%20Settings/Craig/My%20Documents/CSU/ACCESS/DW%208%20%20Workshop/training%20files/assets/css/float_images.css);

#header a:link, 
#header a:visited, 
#header a:hover {
	background-color: #ffffff;
	color: #ffffff;
}

body, #content {
	/* make sure page is white and text is black */
	background-color: #ffffff;
	color: #000000;
}

body {
	font-size: small;
	/* maximize the printing area by setting margins and padding to zero */
	margin: 0;
	padding: 0;
}

h1 {
	color: #000000;
	font-size: medium;
}

#content {
	/* reset margins and padding of div "content" to maximize printable area */
	margin: 0;
	padding: 0;
}

#footer, #navigation {
	/* hide navigation and footer divs */
	display: none;
}

#header {
	/*margin-bottom: 30px;*/
	/* hide header altogether */
	display: none;
}


