a:link, A:visited 		
	{ 
	color: blue;
	text-decoration: none; 
	}
	
a:active 	
	{ 
	color: rgb(255,51,0); 
	text-decoration: none 
	}
	
a:hover 	
	{ 
	font: bold 
	}

body
	{
	font-family: Aquiline Book,Optimum,Optim,Raavi,Mangal,Trebuchet MS;
	background-color: black;
	color: black;
	}
	
table
	{
	table-border-color-light: rgb(255,255,102);
	table-border-color-dark: rgb(0,0,0); 
	}
	
tt, .pullquote, h1, h2, h3, h4, h5, h6
	{
	font-family: Harrington,Times New Roman;
	}
	
tt
	{
	color: purple;
	font: bold;
	font-size: 32pt;
	}
	
.pullquote
	{
	color: yellow;
	font-size: 14pt;
	}
	
h1
	{
	color: darkblue;
	}
h2
	{
	color: blue; 
	}
h3
	{
	color: darkgreen; 
	}
h4
	{
	color: green;
	}
h5
	{
	color: purple;
	}
h6
	{
	color: lightpurple;
	}
	
li
	{
	margin-bottom: 12pt
	}
	
li.compressedlist
	{
	margin-bottom: 0pt
	}
	
pre.code
	{
	background-color: White;
	color: Black;
	display: block;
	width: "80%";
	font-family: "Lucida Console", Monaco, monospace, Courier;
	font-size: 80%;
	margin-bottom: 9px;
	padding: 9px 18px;
	}
	
pre.syntax
	{
	background-color: LightBlue;
	color: Black;
	display: block;
	width: "80%";
	font-family: "Lucida Console", Monaco, monospace, Courier;
	font-size: 80%;
	margin-bottom: 9px;
	padding: 9px 18px;
	}
	
pre.dos
	{
	background: Black;
	color: LightGreen;
	display: block;
	position: relative;
	left: 5%;
	width: "80%";
	font-family: "Lucida Console", Monaco, monospace, Courier;
	font-size: 80%;
	font-weight: bold;
 	margin-bottom: 9px; 
	padding: 9px 18px;
	box-shadow: 10px 10px 10 #204060;
	}
	
div.slideshow 
	{
  	margin: 18px auto;
	}
	
div.slideshow p 
	{
  	padding-top: 9px;
  	font-size: 80%;
  	font-style: italic
	}
	
div.slideshow ul 
	{
  	bottom: -35px;
  	left: 0px;
  	position: absolute;
  	overflow: hidden;
  	padding: 5px 0;
  	z-index: 10001;
	}
	
div.slideshow ul a 
	{
  	background-position: 50% 50%;
  	cursor: pointer;
  	display: block;
  	height: 25px;
  	margin-right: 5px;
  	opacity: 0.5;
  	width: 30px;
	}
	
div.slideshow ul a.active,
div.slideshow ul a:hover 
	{
  	opacity: 1;
	}
	
div.slideshow ul li 
	{
  	float: left;
  	list-style: none;
	}
	
div.ScrollingList
	{
	overflow: auto;
	width: 98%;
	height: 200px;
	font-size: xx-small;
	}
	
.PrintOnly
	{
	display: none;
	}