/* CSS Document */

body {
background-image:url(site_foto/background.jpg);
background-repeat:repeat-x;
background-height:100%;
background-attachment:fixed;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

a {
	font-size: 14px;
	color: #333333;
}

a.home {
	font-size: 10px;
	color: #333333;
}
a.home:hover {
	text-decoration: underline;
	color: #999999;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #666666;
}

