
     body { 
          color: #000000;
          background-color: #FFFFFF;
		  background-image: url(ice.jpg);
          background-position: 0px, 0px;
          font-family: Arial;
		  font-size: 85%;
		  font-style: normal;
          text-decoration: none;
		  font-color: black;
		  word-spacing: 0em;
		  marginwidth: 0;
		  marginheight: 0;
		  leftmargin: 0;
		  topmargin: 0;
		  
     };
	 td { font-size: 10pt};
	 h1 { font-size: 135%; color: #0066CC; font-weight: bold; border: solid 0.1em;
	 	width: 400; background-color: #CCFFFF };
	 h2 { font-size: large; color: blue };
	 h3 { font-size: 150%; color: green; font-weight: bold };
	 h4 { font-size: 100%; color: blue; background-color: cyan; word-spacing: 0.6em };
	 h5 { font-size: 100%; color: blue; font-style: italic };
	 b	{ font-size: 125%; color: #0066CC };
	 p:first-letter	 { font-size: 200%; float: left };
	 a:link    { color: #000099; font-size: 90%; font-weight: bold;
	 		   	 background-image: url(link1.gif); };
	 a:active  { color: #000099; font-size: 90%; font-weight: bold };
	 a:visited { color: #0000FF; font-size: 90%; font-weight: bold };
	 a:hover   { color: #000066; background-color: #66FFFF; font-weight: bold;
	 		   text-decoration: underline; font-size: 90% };

	 .greenback { background: #99FFCC; border: dashed 0.2em black };
	 .yellowback { background: #FFFFCC; border: dashed 0.2em black};
	 .redback { background: #FF9999; border: dashed 0.2em black};
	 .blueback { background: #99FFFF; border: dashed 0.2em black };
	 .grey1back { background: #eeeeee; border: dashed 0.2em black };
	 .whiteback { background:#FFFFFF; border: dashed 0.2em black};
	 .whiteback:hover { background:#FFFFFF };
	 .border1	{ border: solid 0.1em black };
	 
	 .alt1		{ background-color: #006600; border: dashed 0.1em; color: #FFFF00;
	 			font-weight: bold; font-size: 12pt };
	 .alt2		{ border: solid 0.2em white; font-size: 125%;
	 			   background-color: #CCFFFF };
     .alt3		{ border: solid 0.2em #000099; background: #CCFFFF };
	 .float1	 { float: left; border: solid 0.2em white; font-size: 125%;
	 			   background-color: #CCFFFF};
	 .float2	 { float: right; border: solid 0.2em white; font-size: 125%;
	 			   background-color: #CCFFFF };
     .floatr1	   { float: right };
	 
	 textarea , input , select { font: 11pt Verdana; background-color: #CCFFCC; margin: 5px;
     		  border: inset 0.1em; text-decoration: underline };
	 select { font: 11pt Verdana; background: #CCFFCC; margin: 5px;
     		  border: inset 0.1em; text-decoration: none };
	 .button	   { border: double 0.2em rounded; font: 10pt Verdana blue;
	 			   font-weight: bold; background-color: #FFFF00 };

/* This is the navlink menubar on each page */         
#navlink  {background-color: transparent;
           }
           
#navlink a:link    {text-decoration: none; color: navy;}
#navlink a:visited {text-decoration: none; color: blue;}
#navlink a:hover   {text-decoration: underline; background-color: navy; color: yellow;}
#navlink a:active {text-decoration: none; background-color: navy; color: yellow;}



