/*print*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}
a {
	text-decoration: underline;
	font-size: 12px;
	color: #2C5EAB;
}
#header {
	text-align: center;
	margin-bottom: 20px;
}
h1 {
	font-size: 18px;
}
#footer {
	text-align: center;
	vertical-align: bottom;
}
/*****HIDE*****/
#navigation,
#footer ul {
	display: none;
}