a:link
{  
	color: #AB7F42;
	text-decoration: none;
}
a:hover
{
	color: #666666;
}
a:visited
{  
	text-decoration: none;
}
a:active
{
	text-decoration: none;
}
body
{
		background-image: url(./images/manecillas.gif);
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position:center;
		background-color: #3F3430;
}
.color_letra
{
	color:#AB7F42;
}