/* This unfinished code is copyright 2004 by Tim Dobbelaere. All rights reserved. */

BODY {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
}

#menu_section {
	text-align: center;
}

.menu_item:before {
	content: "[";
}

.menu_item:after {
	content: "]";
}

.menu_item {
	text-align: center;
}

#title_section {
	text-align: center;
}

#title_section:before {
	content: "[";
}

#title_section:after {
	content: "]";
}

#lastupdate_section {
	font-size: 8pt;
	margin-top: 12pt;
	display: block;
}

#button_section {
	margin-top: 12pt;
	display: block;
}

#copyright_section {
	font-size: 8pt;
	margin-top: 12pt;
	display: block;
}

H1 {font-size: 14pt; text-align: center; margin-top: 20pt;}
H2 {font-size: 10pt; margin-top: 20pt;}

A {color: #f99d1c; text-decoration: none;}
A:hover {text-decoration: underline;}

.u {text-decoration: underline;}
.date {white-space : nowrap;}
