body
{
	font-family: Arial, Helvetica;
	font-weight: normal;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: rgb(0,0,0);
	color: rgb(255,255,255)
}
p,li,th,td,dt,dd
{
	font-size: 11pt;
}
a:link,a:visited
{
	color: rgb(0,204,255); 
}
a:active,a:hover
{
	color: rgb(0,255,204);
}
input.shopping
{
	width:100px;
}
table
{
	table-border-color: rgb(255,255,255);
	table-border-color-light: rgb(255,255,255);
	table-border-color-dark: rgb(255,255,255); 
}
li
{
	margin-bottom: 10
}
hr
{
	height: 1px;
	color: white;
}
h1
{
	font-size: 18pt;
	font-weight: bold;
	color: rgb(255,255,103);
}
h2
{
	font-size: 16pt;
	font-weight: bold;
	color: rgb(255,204,51); 
}
h3
{
	font-size: 14pt;
	font-weight: bold;
	color: rgb(255,255,204); 
}
h4
{
	font-size: 12pt;
	font-weight: bold;
	color: rgb(102,255,255);
}
h5
{
	font-size: 11pt;
	font-weight: bold;
	color: rgb(204,204,204); 
}
h6
{
	font-size: 10pt;
	font-weight: bold;
	color: rgb(255,255,204); 
}