/* Print Media Style */

/* Structure Styling */
body {
	font-family: serif;
}

.banner {
	display: none;
}

.menu {
	display: none;
}


/* Elements */
h1 {
	font-size: 36pt;
}

a {
	color: #00F;
	background: transparent;
}

/* News */
.newstitle {
	border-bottom: 1px solid #000;
}

.newsbody {
	margin-left: 10px;
}

.newsinfo {
	text-align: right;
}
