/* PRINT STYLES*/

/* layout styles */
body {
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	width: 100%;
}
#container {margin: 5px;}

#container p {font-size: 14px;}

/* content styles */

a:link, a:visited {background: white; color: #b70000; text-decoration: underline;
   font-weight: bold;}
h1 {
	background: white;
	color: #b70000;
	padding-bottom: 5px;
	border-bottom: 1px solid gray;
	font-size: 25px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	background: white;
	color: #b70000;
	padding-bottom: 1px;
	font-size: 14px;
	font-weight: lighter;
	font-family: "Lucida Sans", Verdana, Helvetica, Arial, sans-serif;
}

h3 {
	background: white;
	color: #b70000;
	padding-bottom: 5px;
	border-bottom: 1px solid gray;
	font-size: 14px;
	font-weight: lighter;
	font-family: "Lucida Sans", Verdana, Helvetica, Arial, sans-serif;
}

/* no display */

#footer {display: none;}
#advertising {display: none;}
.header_links {display: none;}
.menu_links {display: none;}
form {display: none;}
img {display: none;}
#sections {display: none;}
