
body {
background-color: #ddd;
font-family: Helvetica,serif;
}

h1.global, h1, h2, h3 {
	font-size: 100%;
	font-weight: normal;
}

h1.global {
	font-size: 350%;
	font-weight: bolder;
}

div#copy {
padding: 10px;
margin: 5px;
background-color: #ceced0;
width: 70%;
text-align: left;
color: #444;
font-size: 0.85em;
font-family: sans-serif
}

a, a:hover, a:visited, a:active {
color: #58a0dd;
}
a:hover {
font-variant: small-caps;
}

a.adicional {font-size: 0.8em}
a.adicional:before {content: "(";}
a.adicional:after {content: ")";}
a.adicional:hover {color: #995500}
