BODY{
font-family: arial;
/* font-weight: bold; */
color: white;
background: url("../images/html.gif") black;
background-attachment: fixed;
/* Notes */
/* 
  background-image: url("marble.gif") 
  background-repeat: repeat-y;
  background-repeat: repeat-x;
  background-position: center;
*/
background-image: "../images/space.jpg";
}

H1{
page-break-before: always;
text-align: center;
/* background-color: #F0F */ 
}

H2{
text-align: left;
}

H3{
text-align: left;
}

HR{
text-align: center;
}

P{
text-align: left;
text-indent: 3em;
}

A:link 		{ color: white }  /* unvisited link */
A:visited 	{ color: white }  /* visited links */
A:active 	{ color: white }  /* active links */
A:link IMG 	{ border: none }
A:visited IMG 	{ border: none }
A:active IMG 	{ border: none }
A:thumb IMG 	{ border: none }

. tds {
  background-color: black;
  color: white;
  width:100;
  height:20;
  text-align:center;
  border:1px solid gray;
  font-size:14;
  filter:alpha(opacity=45);
  -moz-opacity:45%;
  cursor:crosshair;
 }