/**
*	SANTUÁRIO NOSSA SENHORA DO CARMO
*	--------------------------------
*	Folha de Estilos em Cascata (CSS)
*	feito por Thiago Ricieri, <thiago.ricieri@gmail.com>
*/	

body {
	background-color: #d2b691;
	background-image: url(../images/bodybg.jpg);
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;}
	
h1 {
	font-size: 17px;
	font-variant: small-caps;
	line-height: 24px;}
	
a:link,
a:visited {
	color: #039;
	text-decoration: underline;}
	
a:hover,
a:active {
	color: #069;
	text-decoration: none;}
	
ul li {
	list-style-image: url(../images/marker.jpg);}
