
body  { color: yellow; font: 10pt Tahoma; background: green url(bg01.jpg) fixed; text-align:justify  }

a:link; a:active, a:visited {
	color: green;
	text-decoration: none;
}
a:hover      {
	color: red;
	text-decoration: underline;
}

table, tr   { color: #CC6600; font:10pt Verdana, Tahoma, Arial} 


h1  {
	color: yellow;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-family: Tahoma, verdana, arial;
	font-size: 18pt;
}
h2  {
	color: #CC6600;
	text-align: center;
	font-weight: bold;
	font-family: Tahoma, verdana, arial;
	font-size: 10pt;
}

h3  {
	color: #CC6600;
	text-align: left;
	font-weight: bold;
	font-family: Tahoma, verdana, arial;
	font-size: 10pt;
	border-bottom-color: #FF9900;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
