.menu {
	font-size: xx-small;
	text-align: center;
}
.stripe {background-color:whitesmoke;}
.warn {
	color: red;
	font-weight : bold;  }

.catalogheader {
	color: white;
	font-size: 10px;
	font-weight: bold;
	background-color: #838fc4;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: small;
    FONT-WEIGHT: normal;
    TEXT-TRANSFORM: none;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	COLOR: #7F5D38;
}
H1	{	
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	text-transform:	none;
	}	
		
H2	{	
	font-size:	1.58em;
	font-weight:	700;
	}	
		
H3	{	
	font-size:	1.33em;
	font-weight: 600;
	}	
		
H4	{	
	font-size:	1em;
	font-weight:	600;
	}	
		
TH	{
	font-size: .7em;
	color: white;
	background-color : lightsteelblue;
	padding-left : 2px;
	}

TD {
	font-size: .8em;
	font-weight:	500;
	text-decoration:	none;
}

A:link	{
	text-decoration: underline;
	color: #7F5D38;
}	
A:visited	{
	text-decoration: underline;
	color: #CCAB72;
}	
A:hover	{
	text-decoration: underline;
	color: #94E3FF;
}