
        H1 { 
		font-size:  15pt; 
	}

	body  { 
		font-size:   10pt;
		font-family: arial, helvetica, sans-serif;

		color:      #ffaa33;
		background: #000000; 
		background-image: url('/hpp/buttons/newflames3.jpg');
		font-weight: bold;
	}
	table {
		font-family: arial, helvetica, sans-serif;
		font-size:   10pt;
		border:      10px ridge #a0a0a0;
	}

	strong {
		color:       Yellow;
		font-size:   110%;
		font-weight: bold;
	}

	A.prodlist:hover { color: rgb(200, 6, 50) } 

	A.prodlist {
		color:       #ffaa33;
		font-size:   100%;
		font-weight: bold;
		text-decoration: none;
	}

	A.smalllink {
		color: #ffaa33;
        }

	#navbar {
		border:     10px ridge Silver;
		background: Silver;
		width: 70%; 
	}
	#navbar tr {
		height: 25px; 
	}
	#navbar td {
		background: #999999;
		background-image: url("/hpp/buttons/button_off.png");
		background-position: center center;
		background-repeat:no-repeat;
		text-align: center;
	}	
	#navbar td:hover {
		background-image: url("/hpp/buttons/button_hov.png");
		background-position: center center;
		background-repeat:no-repeat;
	}
	#navbar a { 
/*		display:block;  */
		text-decoration: none;
		font-weight: Bold;
		font-family: arial, helvetica, sans-serif;
		font-size: 12pt;
		color: #990000;
		text-align: center;
	}
	#navbar a:hover { 
		color: #EE0000;
	}

