/* CSS Document */

a:link{
	color:#666666; text-decoration: none;  
}
a:visited{
	color:#666666; text-decoration: none;  
}
a:hover{
	color: #333333; text-decoration: underline;
}
.footer{
	color: #808080; 
	margin-top:50px;
	font-size: 12px; 
}
#index{
	margin-left:auto; 
	margin-right:auto;
	width: 900px;
}
#indexbuttons{
	background-color:#707070;
	width:140px;
}
#indexright{
	background-color:#98AFAA;
}
#hammerstone{
	width: 900px;
	margin-bottom:5px;

}
#buttons{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:35px;
	margin-left:15px;
	font-weight: normal;
}
#buttons a:link{
	color:#FFFFFF;
	text-decoration:none;
}
#buttons a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
#buttons a:hover{
	color: #CCCCCC;
	text-decoration:none;
}
