a:active { color: #FF9999; }
a:hover { color: #009999; }
a:link { color: #9999FF; } 
a:visited { color: #99998F; } 

blockquote
	{
		color: black;
	}
	
body 
	{ 
		color: white;
		background: #f0f0f0;
		background-image: url(http://216.39.170.247/twiki/data/blackgrid.bmp)
	}
	
hr {  color: gold; }

h1,h2,h3
	{
		margin-left: 1%;
		margin-bottom: 2px;
	}	

p 	{ 
		color: white; 
		margin-left: 3%;
		margin-top: 3px;
		margin-bottom: 3px;
	}

table
	{
		color: black;
	}
	
ul	{
		margin-left: 7%;
		margin-right: 3%;
		margin-top: 3px;
		margin-bottom: 3px;
	}	
	
ol	{
		margin-left: 7%;
		margin-right: 3%;
		margin-top: 3px;
		margin-bottom: 3px;
	}		