HTML {
	text-align:left;
	font-family:"Verdana";
	font-size:12px;
}
BODY {
	background-color:#918d18;
	background-image:url('bg.png');
	background-repeat:repeat-x;

}
#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;
}
H2, H3 {
	color: #ad2a5e;
}
H1 {
	font-size: 24px;
	color: #ad2a5e;
}
A {
	color: green;
}
.popupmenu DIV {
	background-color: #94c62e;
	margin-top: 27px;
	background-position:top;
}
.popupmenu DIV A {
	color: white;
}
.popupmenu DIV A:hover {
	background-color: #809551;
	text-decoration: underline;
}
.shade {
	margin-top: 27px;
	margin-left:-1px;
}
