		body
		{
			color: #66C;
			font-family: sans-serif;
			font-size: 10pt;
			background-color: #333;
			margin: 0;
		}
		
		.nav
		{
			font-family: sans-serif;
			font-size: 12pt;
			font-weight: bold;
			color: #ff9;
			background-color: #600;
		}
		
		
		.nav a:link, .nav a:visited, .nav a:active 
				{
				text-decoration: none;
				color: #ff9;
				background-color: transparent;
				}
				
		.nav a:hover { color: #7d7; }

		.nav.links
			{
			font-size: 10pt;
			}

		.nav2		
		{
			font-family: monospace;
			font-size: 8pt;
			color: #999;
			background-color: #111;
		}
		
		.nav2 a:link, .nav2 a:visited, .nav2 a:active 
				{
				text-decoration: none;
				color: #999;
				background-color: transparent;
				}
				
		.nav2 a:hover {text-transform: uppercase; }
		
		.content
		{
			margin: 25pt;
		}
		
		.content a:link, .content a:visited, .content a:active
		{
			text-decoration: none;
			font-weight: bold;
			color: white;
		}

		.content a:hover
		{
			text-decoration: underlined;
			color: #ff9;
		}
		
		.center
		{
			text-align: center;
		}

		h1
		{
			font-size: 10pt;
	 		font-weight: bold;
	 		color: #66c;
		}
		
		h3
		{
			font-size: 8pt;
			font-weight: bold;
			color: white;
		}

		p
		 {
		 	font-family: serif;
		 	color: #7d7;
		 	font-size: 10pt; 	
		 }
		 
		 
		ul, li
		{
			list-style-type: none; margin-left: 10pt; color: transparent;
			font-weight: normal; font-size: 10;
		}
		
		.linklist a, .linklist a:link, .linklist a:visited
		{
			color: #7d7;
			font-weight: bold;
			text-decoration: underlined;
		}
		
		.linklist a:hover { color: #ff9; }
		
		.lil, .lil a:link, .lil a:visited, .lil a:active

		{
		font-size: 7pt;
		text-decoration: none;
		color: white;
		}