	   	body
	   	{
	   		background-color: #333;
	   		margin: 0 in;
	   	}
	   	
	   	table.main { border-color: black; }
	   	
	   	td.main
	   	{
	   		background-color: white;
	   		padding: .5em 1em .5em 1.5em;
	   		color: black;
	   		font-family: Times New Roman, serif;
	   		font-size: .9em;
	   		line-height: 1.2 em;
	   	}
	   	
	   	ul
	   	{
	   		list-style-type: none;
	   		margin: 0 0 0 .5em;
	   		padding: 0 0 0 .5em;
	   	}
	   	
	   	li
	   	{
	   		padding: 0 0 .7em 0;
	   	}
	   		
	   	
	   	td.sidebar
	   	{
	   		background-color: #ccc;
	   		color: black;
	   		font-family: Verdana, Helvetica, sans-serif;;
	   		font-size: .8em;
	   		line-height: 1.2em;
	   		padding: .5em .7em .5em 1.5em;
	   	}
	   	
	   	blockquote
	   	{
	   		background-color: #eee;
	   		color: black;
	   		font-family: Times New Roman, Times, serif;
	   		font-size: .9em;
	   		line-height: 1.1em;
	   		padding: .5em .5em .5em 1em;
	   	}
	 
	   	blockquote blockquote
	   	{
	   		background-color: #ddd;
	   		color: black;
	   		font-family: Times New Roman, Times, serif;
	   		font-size: 1em;
	   		line-height: 1.1em;
	   		padding: .5em .5em .5em 1em;
	   	}
	 
	   	.caption
	   	{
	   	font-family: Verdana, Helvetica, sans-serif;
	   	font-size: .6em;
		}
	   	
	   	
	   	h2
	   	{
	   		font-variant: small-caps;
	   	}
	   	
	   	h3
	   	{
	   		font-variant: small-caps;
	   		font-family: Verdana, Helvetica, sans-serif;;
		}	   	

	   	a:link
	   	{
	   		text-decoration: none;
	   		color: #600;
	   	}
	   	
	   	a:visited
	   	{
	   		text-decoration: none;
	   		color: #600;
	   	}
	   	
	   	a:hover
	   	{
	   		background: #300;
	   		color: white;
	   	}
