@import url(cabecalho.css);

h1, h2, h3, ul {
	font-family: georgia;
}

h1 {
	font-size: 20px;
}

h2, h3, ul {
	font-size: 95%;
}

li {
	line-height: 25px;
}

h2 {
	color: #2A2A2A;
	background-color: #E8E8E8;
	padding: 5px;
}

ul {
	list-style: none;
	margin-bottom: 10px;
}

h3 {
	margin-bottom: 5px;
	color: #2A2A2A;
}

.direitos {
	font-family: verdana;
	font-size: 10px;
	color: gray;
	border-top: 1px solid gray;
	clear: both;
	margin-top: 20px;
}

hr {
	display: none;
}

#autor {
	font-weight: bold;
}

a {
	color: #2A2A2A;
}

a:hover {
	text-decoration: none;
}
