body 
{
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: medium;
	color: #E454138;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(images/leiphenet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;

}
a:link
{
	font-weight: bold;
	color: #107579;
	text-decoration: none;
}
a:visited 
{
	font-weight: bold;
	color: #107579;
	text-decoration: none;
}
a:hover 
{
	font-weight: bold;
	color: #107579;
	text-decoration: underline;

}
a:active
{
	font-weight: bold;
	color: #107579;
	text-decoration: underline;

}
div.hr 
{
	display: block;
	height: 38px;
	background-image: url(images/hr.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;

}
.inline {
	vertical-align: bottom;
}

