HTML {
	text-align:left;
	font-family:"Verdana";
	font-size:12px;
}
BODY {
	background-color:#ff7c00;
	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 {
    font-size:20px;
	color: #ffaf00;
}
H2 {
    font-size:20px;
	color: grey;
	}
H3 {
    color: grey;
}
A {
	color: green;
}
.popupmenu DIV {
	background-color: #50b9fa;
	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;
}
