BODY
{ color: #000000;
  background-color: #ffffff;
  margin: 0;
}
P, H5 { margin-left: 4px; /*The default paragraph font*/ }
A IMG { border:0;}
A:link { color:#000000;} /*default link color*/
A:visited { color:#333333;} /*visited link color*/
A:active { color:#ff0000;} /*activated link color*/
A:hover { color:#3300cc;} /*hover color for links*/
H1, H2, H3, H4, H5
{ margin:0px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
H1 { font-size: 12mm;} /*XX-Large*/
H2 { font-size: 8mm; } /*X-Large*/
H3 { font-size: 6mm; } /*Large*/
H4 { font-size: 5mm; }/*Medium*/
TABLE { padding: 2; }
TD { padding-left: 4px; }
TABLE TD.banner, TABLE TD.menu
{	/*the banner that runs across the top of the page*/
  background: #c0c0c0;
  margin: 0 4px 0 2px;
  color: #000000;
  text-align: right;
}
@media print { TABLE TD.menu { display: none; }}
/*the menu that runs down the left side*/
TABLE TD.menu 
{	text-align: left; }
TABLE TD.menu A
{	text-decoration: none;
	letter-spacing: 0;
	margin-top: 3mm;
	margin-bottom: 3mm;
	font: bold 3.2mm Arial;
}
/*the link to sgmm.org in the banner*/
TABLE TD.banner A
{ font: 4mm Times New Roman; }
/*links in the menu (menu items)*/
TABLE TD.menu A:link, TABLE TD.banner A:link 
{ color: #000000;}
/*all links in the menu area*/
TABLE TD.menu A:visited, TABLE TD.banner A:visited
{ color: #333333;}
TABLE TD.menu A:active, TABLE TD.banner A:active 
{ color: #ffffff;}
TABLE TD.menu A:hover, TABLE TD.banner A:hover
{ color: #0000cc;
  text-decoration: underline;
}
TABLE TD.banner H3
{ /*the title in the banner*/
	margin: 0;
	color:#000000;
	font: normal 8.5mm Times New Roman;
	text-align: right;
	text-decoration: none;
}
