<Style type="text/css">
HTML	{
<!-- background: url("http://www.alantonnesen.com/background-vertwave.jpg") -->
	background: blue;
      background-color: blue;
	}

BODY	{
      background-color: RGB(220,220,180);
	font-family: "Trebuchet MS", sans-serif;
      font-size: 8pt;
	color: white;
	}      
a:link {color: white;}
a:visited {color: gray;}
a:hover {color: yellow;
      background-color: blue;
      text-decoration: none;}
a:active {color: red;}

HR	{
      background-image: url("http://www.alantonnesen.com/background-vertwave.jpg"); 
	}

H1 	{ 
	font-size: 24pt;
	font-weight: bold;
	}
H2	{
	FONT-SIZE: 20pt;
	FONT-WEIGHT: BOLD;
	}
H3 	{ 
	font-size: 16pt;
	font-weight: bold;
	}
P.picture
      {
      background-color: #808080;
      }
TABLE {
	FRAME: box;
	cellpadding: 2;
	border-color: black;
	border-width: 0;
      background-color: black;
	}
TD.picture{
     border-color: white;
     border-width: 1;
     }
TD.menu {
     background-color: #454545;
     }
TD.white {
	background-color: white;
      color: red;
     }
</Style>

