@charset "utf-8";
/* CSS Document */

body { text-align: right; }
div { width: auto; }

#page { width:97%; text-align: left; margin: 0 auto; }
#content { 
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
	font: "Times New Roman", Times, serif 11pt; 
	line-height: 1.4em; 
}
#header h1, 
#nav, 
#footer ul { display: none; }
#header-print {
	color: #aaa;
	display: block; 
	font: bold 12pt Arial, Helvetica, sans-serif;
	visibility: visible;
	position: inherit;
	left: auto;
	top: auto;	
	width: auto;
	height: auto;
	margin: 0 0 10px 0;
}


a:link,
a:visited {
	color: #000;
    background:white;
    text-decoration:underline;
}
