/* CSS Document */
body,td,th {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: medium;
	color: #000033;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #00CC00;
}
body {
	background-color: #FFFFFF;
	/* background-image: url(pix/fond.png);
	/*	background-size: 100%; */
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: top center;
}
.marque {
	color: #F00;
	font-weight: bold;
}
.titel {
	font-weight: bold;
	font-size: large;
}
.small {font-size: small}
.xsmall {font-size: x-small}
.xxsmall {font-size: xx-small}
.descript {
	font-size: small;
	font-style: italic;
}
.blink {
	font-weight: bold;
	font-variant: normal;
	color: #F00;
	text-decoration: blink;
}

