HTML {
	text-align:left;
	font-family:"Verdana";
	font-size:12px;
}
BODY {
	background-color:#a1d4ff;
	background-image:url('bg.png');
	background-repeat:repeat-x;
	background-position:top;
}
#menu A {
	color: white;
	font-weight: bold;
	font-size:16px;
	font-family:"Century Gothic";

}
.first {
	border-left: 2px white dotted;/**/
}
P {
	color:#333333;
	font-family:Verdana;
}
H1, H2 {
	color: #5f5f5f;
}
H3 {
	color: #929090;
}
a:link {
color: black; 
text-decoration: none;
}
a:hover {
color: #1dadff; 
text-decoration: none;
}

ul {
	list-style-image: url('pijl.gif');
	margin-left: 10px;
}
.popupmenu DIV {
	background-color: #fc8e35;
	margin-top: 27px;
	background-position:top;
}
.popupmenu DIV A {
	color: white;
}
.popupmenu DIV A:hover {
	background-color: #ffbd88;
	text-decoration: underline;
}
.shade {
	margin-top: 27px;
	margin-left:-1px;
}

