.menu {
	font-size: x-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: arial, helvetica, sans-serif;
	FONT-SIZE: small;
	FONT-WEIGHT: normal;
	TEXT-TRANSFORM: none;
	margin: 0px 0px 0px 0px;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR:#838fc4;
}
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: Blue;
}	
A:visited	{	text-decoration:underline;	color: purple;}	
A:hover	{
	text-decoration: underline;
	color: #838fc4;
}