<style type="text/css">{  }
BODY
  {
	color: white;
	font-family: Verdana, Arial, Serif;

	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	scrollbar-base-color: #623100;
	scrollbar-arrow-color: #FFFFFF;
	background-image: url(images/background_page.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	  }
table {
	background-image: url(images/background_table.jpg);
    border: 4px groove #663300;
    filter: shadow(color=grey,direction=45);
	background-attachment: fixed;
	background-repeat: repeat;
	width: 100%;
}
TD
  {
    border: none;
    filter: shadow(color=grey,direction=45);
  }
A:link
  {
color: #FFFFFF; text-decoration: none;
  }
A:visited
  {
  color: #FFFFFF; text-decoration: none;
  }
A:active
  {
  color: #FFFF00; text-decoration: none;
  }
A:hover
  {
  color: #00FF00; text-decoration: underline;
  }
.Shadow
  {
  filter: shadow(color=grey,direction=45);
  color: white;}
.header {
	font-size: 24px;
	color: #00FF00;
}
.main {
	color: #F1C66B;
}

</style>