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