a {
	color: grey ;
}
hr {
	color: white ;
	background: white ;
	text-align: center ;
	height: 1px ;
	/*
	border-top: 0px ;
	border-right: 0px ;
	border-left: 0px ;
	*/
	border: 0px ;
	border-bottom: 1px dashed black
}

#header {
	display: none
}
#content {
}
#links {
	display: none
}
#footer {
	text-align: right
}
#logo {
	background: url('logo.png');
	width: 78px;
	height: 100px;
	float: right
}
/* Generic styles */
#content .header, #content .subheader {
	color: black
}

.header {
	font-size: 110% ;
	font-weight: bold
}
.subheader {
	font-size: 105% ;
	font-style: italic
}
