@charset "utf-8";
/* CSS Document */
body {;
	background-image: url("imagens/background_galeria.jpg");
	background-repeat: no-repeat;
	font-family: Arial Narrow;
	font-size: 18px;
} 

img, a:link{
	font-weight: bold;
	text-decoration:underline;
	color: #0000FF;
}
img, a:visited{ color:#0000CC; text-decoration:none; border-style:none;
}
img, a:hover{color: #0000CC; text-decoration:none}
img, a:active{color: #0000CC; text-decoration:none}

