table {

	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	background-color: #f6ebb7;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	background-image: url(bgerba.gif);
}

h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	text-align: left;
}

ul {
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
}

li {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
}

A {
	text-decoration: none;
}

A:link		{ color: #0000ff; }
A:visited	{ color: #5b3714; }
A:hover		{ color: red; 
		text-decoration: underline;}
