
/* 
	Print Styles
	Windows Me Update CD Documentation 2.3
	Copyright (c) 2024 Michael Brice
*/

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}


/* Navigation Bar */

.nav {
	display: none !important;
}


/* Column Layout */

.columnLayout {
	margin: 0;
}

.columnLayout .columnLeft {
	display: none !important;
}

.columnLayout .columnRight {
	width: 100%;
}


/* Content */

.content {
	border: none;
	padding: 20px 25px;
}


/* Content Elements */

.content .topLink {
	display: none !important;
}


/* Footer */

.footer {
	padding: 20px 25px;
}


/*
	Page Colour
*/

body {
	background: none;
}


/* Footer */

.footer {
	color: #000000;
}
