* {
	font-family: Arial, helvetica, sans-serif;
}

body {
	font-size: 12pt;
	text-align: justify;
}

a, a:visited {
	color: blue;
}

a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 8pt;
   color: gray;
   font-weight: normal;
   text-decoration: none;
}

div.cleaner {
	float: none;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	border: none;
	margin:0;
	padding:0;
	overflow: hidden;
}

h1 {
	text-align: right;
}

h2 {
	border-bottom: 1px solid black;
}

#mainmenu, #topmenu, #bottommenu {
	display: none;
}


#footer {
	border-top: 1px solid black;
}


#promobox {
	display: none;
	margin: 1em;
	border: 1px solid gray;
	padding: 1em;
	text-align: center;
	font-weight: bold;
}