/* utilities */
.hide {
  display: none;
  color: white;
}

/* element spec */
BODY {
	BACKGROUND:	#FEC;
	COLOR:		#000;
	FONT-FAMILY:	"Gothic";
	MARGIN-LEFT:2%;
}
H1{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BORDER-TOP: #182 double;
	BORDER-BOTTOM: #182 double;
	COLOR: #600
}
H2{
	FONT-FAMILY: Helvetica, sans-serif;
	COLOR: #600;
	BORDER-BOTTOM: #182 solid 2px;
	FONT-SIZE: 20px;
	margin: 15 0 5 0;
}
H3 {
	FONT-FAMILY: Helvetica, sans-serif;
	FONT-SIZE: 20px;
	COLOR: #600;
	margin: 15 0 0 0;
}
H4 {
	MARGIN: 0.5em 0px
}

EM {	FONT-WEIGHT:bold;
	FONT-STYLE:normal
}

TH{	TEXT-ALIGN: left;}

A:link    { color: #600;text-decoration: underline; }
A:visited { color: #682;text-decoration: underline; }
A:hover   { color: #A00;text-decoration: underline; }


DIV.menu{
	TEXT-ALIGN:		center;
	BORDER:			outset 10px #842;
}
TABLE.menu{
	PADDING:		10px;
	FONT-FAMILY:		"Helvetica", sans-serif;
}
