	.index_name	
	{
		color: #000;
		font-family: Arial, Helvetica, Geneva;
		font-weight: bold;
	}
	.title	
	{
		color: #666;
		font-family: Arial, Helvetica, Geneva;
		font-weight: bold;
		border-bottom: thin solid #999;
	}
	.border	
	{
		border-top: thin solid #999;
	}
	.img_border	
	{
		border: thin solid #333;
	}
	.name	
	{
		color: #000;
		font-family: Arial, Helvetica, Geneva;
		font-weight: bold;
		font-size: x-large;
	}
	.caption	
	{
		color: #000;
		font-family: Arial, Helvetica, Geneva;
		font-weight: normal;
		font-size: smaller;
	}
	.nav	
	{
		color: #666;
		font-family: Arial, Helvetica, Geneva;
		font-weight: normal;
		font-size: smaller;
	}
	a:link
	{
		text-decoration: none;
	}
	a:active
	{
		text-decoration: none;
	}
	a:hover
	{
		color:#900;
		text-decoration: underline;
	}
	a:visited
	{
		text-decoration: none;
	}
