
h1,h2,h3
{
	padding: 0;
	margin: 0.5em 0;
}

h1
{
	font-weight: bold;
	margin: 1em 0;
	font-size: 150%;
}
h2
{
	font-weight: bold;
	padding: 0.3em;
	font-size: 130%;
	border: solid 0.1em;
	background-color: #ffe7e5;
	border-style: none dotted none dotted;
}
h3
{
	margin: 1em 0;
	font-size: 1em;
 font-widget: normal;
	background-color: #e5e7ff;
	border: solid 1px #808080;
	border-style: none none dashed dotted;
}

 	 body > hr , body > *  > hr
	 {
		margin: 0.5em 0;
		border-style: solid;
		border-width: 1px 0 0 0;
		height: 0 ! important;
		line-height: 1em;
	}
hr
{
	margin: 0.25em 0;
	border: solid #303030 1px;
	height: 1px ! important;
}
/* moz */
#footer{}

#footer
{
	text-align: right;
}

#footer #navi
{
	display: inline;
}

#footer ul#navi li
{
	display: inline;
	list-style-type: none;
	padding: 0 0.5em 0 0 ;
	margin: 0 0 0 0.5em;

	border-style: none dotted none none;
	border-color: #808080;
	border-width: 1px;
}
address
{
	text-align: right;
	text-decoration: none;
	font-style: normal;
	font-size: 75%;
}

body
{
	margin: 0.5em 0.5em;
	padding: 0.2em 0.2em 0 0.2em;
	background-color: white;
}

div.article{
        margin-left: 10px;
        margin-right: 10px;
}

