@import "layout.css";

#header a:link, #header a:visited {
	color : #000000;
}

#header {
	background-color : #ffffff;
}

#header h1 {
	text-align : center;
}

#menu,
#footer {
	display : none;
}

#content {
	left : 0;
	width : 100%;
	padding-left : 0;
}

p.viewrecord {
	display : none;
}