body { background: url(pix/bg.gif) repeat-y center top; }
h1 { font-size: 40pt; text-shadow: 0 1px 1px rgba(150,150,150,1.75); margin: 0 0 -2px; }
h2 { font-size: 18pt; margin: 0 0 -5px; color:#999; font-weight:100 }
ul { list-style-image:url(pix/blue_dot.gif) }
ul.mag { list-style-image:url(pix/magenta_dot.gif) }
td, p  { font-size: 12pt; font-family:Verdana, Arial, Helvetica, sans-serif;}
a { color: #087; }
input { font-size:10pt }
select  { font-size:12pt }
.pink { font-weight:bold; color:#c06;  text-transform:uppercase } /* background-color:#CC0066; */
.schwartz { font-size: 16pt; color: #000; font-weight:bold;}
.grun { font-size: 14pt; color: #087; font-weight:bold;}
.blau { font-size: 13pt; color:#069; font-weight:bold;}
.vert { color: #087; font-weight:bold; }
.bleu { color:#069; font-weight:bold;}
.rose { color:#c06; font-weight:bold; }

.nodeco a { font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; color: #FFF; font-size:13px; text-decoration:none; font-weight:bold }
.nodecor a { text-decoration:none; }
.copy { color: #666; font-size: 8pt }
.copy a { color: #666; font-size: 8pt; text-decoration:none }
.big { font-size: 18pt }
.wee { font-size: 10pt }

#menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 11pt;
	letter-spacing: 1pt;
	list-style-type: none;
	list-style-position: outside;
	font-weight : bold;
	border-bottom: 2px solid #ccc;
	margin: 0px;
	padding: 0;
}
		
#menu a {
	display: block;
	padding: 2px 2px 2px 0.5em;
	background-color: #060;
	color: #fff;
	text-decoration: none;
	width: 100%;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}

#menu a:hover {
	background-color: #030;
	color: #ffffff;
}

img.mr {
	margin-right: 15px;
	margin-bottom: 5px; }
img.ml {
	margin-left: 15px;
	margin-bottom: 5px; }