	h1 
	{  
		font-size: 36px; 
		font-weight: bold;
	}

	h2
	{  
		font-size: 28px; 
		font-weight: bold;
	}

	h3
	{  
		font-size: 20px; 
		font-weight: bold;
	}

	a
	{  
		color: #00693C;
		text-decoration: underline; 
	}

	a:hover 
	{  
		color: #0000FF;
		text-decoration: underline; 
	}

	a.navigation
	{  
		color: #FFFFFF; 
		font-size: 16px; 
		text-decoration: none; 
	}

	a.navigation:hover
	{  
		color: #FFFF00; 
		font-size: 16px; 
		text-decoration: none; 
	}


	body
	{
		background-image: url(http://www.artvirtual.com/images/whitspek.gif);
		color: #121212; 
		margin: 0px;
		font-family: arial, helvetica, sans-serif; 
		font-size: 16px; 
		line-height: 18px;
		text-decoration: none; 
	}


	table 
	{  
		width: 900px;
		border-style: solid;
		border-width: 0px;
	}

	
	td 
	{  
		color: #00693C; 
		font-family: arial, helvetica, sans-serif; 
		font-size: 16px; 
		line-height: 18pt;
		text-decoration: none; 
	}


	td#inverse
	{  
		color: #FFFFFF; 
		background-color: #00693C;
		padding-left: 8px;
		padding-right: 8px;
		padding-top: 8px;
		padding-bottom: 8px;
		border-style: solid;
		border-width: 0px;
		font-family: arial, helvetica, sans-serif; 
		font-size: 16px; 
		line-height: 18pt;
		vertical-align: top;
		text-decoration: none; 
	}

	.navigation
	{  
		font-family: arial, helvetica, sans-serif; 
		font-size: 16px; 
		line-height: 18pt;
		text-decoration: none; 
	}


