
/* Document Body */

	BODY
	{
		background: #000000; 
		font-family: Verdana, Helvetica, Arial; 
		font-size: 100%; 
		color:white
	}


	/* H1 Top level headins */
	H1
	{ 
		font-size: 130%; 
		margin-top: 1em; 
		color: gold;
		letter-spacing: 2px
	}
	
	/* H2 Second Level Heading */
	H2
	{ 
		font-size: 110%; 
		margin-top: 1em;
		color: goldenrod;
	}
	
	/* H3 Same as H2 but indented */
	H3
	{ 
		font-size: 100%;
		 margin-top: 1em;
		color: palegoldenrod;
	}
	
	H4
	{ 
		font-size: 100%:
	}
	
	H5
	{ 
		font-size: 100%; 
	}

	Marquee
	{
		font-size: 50%;
		color:"888888";
	}
	
	
	a { }
	:link { color: lightsteelblue ; text-decoration: none}
  :visited { color: lightsteelblue ; text-decoration: none  }
  :active { color: lightsteelblue ; text-decoration: none }
  :hover { color: green; text-decoration: underline }

  	td
  	{
  		padding: 0 3 0 3;
  	}  	
  	
  	td.d 
  	{ 
  		font-size: 75%; 
  		width: 25%;
  		text-align: left;
  		background-color: #444444;
  	}
  	td.e 
  	{ 
  		font-size: 90%; 
  		width: 75%;
			background-color: #000000;
  	}
  	
  	td.t
  	{ 
  		font-size: 75%; 
  		width: 25%;
  		text-align: left;
  		background-color: #000000;	
  	}
  	  	
  	td.p 
  	{ 
  		font-size: 90%; 
  		width: 75%;
  		background-color: #000000;
  	}
  	  	
  	td.filler
  	{
  		border-bottom: medium ridge #555555;
  		height: 1px;
  	}