:root {
	--burgundy:#931638;
	--mustard:#99620e;
}
html	{
	font-family:Arial, sans-serif;
	font-family:"Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-family:Calibri, sans-serif;
	font-size:12pt;
	background-color:#cccccc;
}
body	{
	display: block;
	text-align: center;
	color:#000000;
	text-align:left;
	background-color:#e7e5e5;
}
.fullpage	{
	display: block;
	width: min(100vw, 800px);
	text-align: center;
	color:#cc6600;
	font-family: tahoma;
	background-color: #ffffff;
	border: #666666 solid 2px;
}
.top-header {
	font-family:Arial;
	font-size:2em;
	font-weight:600;
	width:100%;
	z-index: 9999;	
}
.header	{
	width:100%;
	text-align:center;
	padding:0.5em 0;
	background-color:var(--burgundy);
	color:gold;
}

.p1	{
	font-size: 1.2em;
}
.p2	{
	font-size: 0.8em;
	font-style: italic;
	padding: 0 0 0 10;
}
.p3	{
	font-size: 1.0em;
	font-style: normal;
	padding: 0 0 0 10;
}
.tags	{
	width: 100%;
	font-family: 'Arial';
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	margin: 3px 0px 3px 0px;
	clear: both;
}
.tagl	{
	float:right;
	width:20%;
	text-align:left;
	text-decoration: none;
}
.tagc	{
	float:right;
	width:58%;
	text-align:center;
	text-decoration: none;
}
.tagr	{
	float:right;
	width:20%;
	text-align:right;
	text-decoration: none;
}
a {
	display: inline;
	text-decoration:none;
	color: #666666;
	font-weight: bold;
	padding: 1px 2px 1px 2px;
}
.imgl	{
	margin: 0px 10px 0px 10px;
}
.imgr	{
	margin: 0px 10px 0px 10px;
}
a:hover {
	color: #ffffff;
	background-color: #666666;
}
.mini	{
	font-family: 'Arial';
	font-size:9px;
	color: #000000;
	text-decoration:none;
}
#prodlist li	{
	font-size:0.8em;
}
#prodlist h2	{
	display:inline-block;
	font-size:1em;
}
