/* Esta é a stylesheet principal deste site. */

BODY {
	background-image: url(bodhi.html);
	background-repeat: repeat;
	background-attachment: fixed;
	margin-left: 3em;
	margin-right: 3em;
	text-align: justify;
}

DIV.data-atualização {
	text-align: right;
	font-size: smaller;
	font-style: italic;
}

H1 {
	border-bottom: thin solid red;
}

H2 {
	margin-top: 1em;
}

H2.coleção {
	margin-top: 0em;
}

H1 SPAN, H2.coleção SPAN {
	font-size: smaller;		
}

TABLE {
	width: 95%;
}

TD {
	vertical-align: top;
}

TD.descrição {
	font-size: smaller;
	width: 50%;
	text-align: justify;
	font-style: italic;
}

DIV.navigation-bar {
	text-align: right;
	border-bottom: thin solid red;
}

DIV.footer {
	border-top: thin solid red;
	margin-top: 3em;
}

IMG.logo {
	float: left
}

A:link, A:visited {
	color: #950000;
}

A:active {
	color: red;
	font-weight: bold;
}
