/* CSS Document */

body, td {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Garamond;
	color: #780a16;
}
p {
	line-height: 22px;
	text-align: justify;
}

a {
	color: #780a16;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}

a img { border: none; }

.align-right { text-align: right; }
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-justify { text-align: justify; }
