body {
	font-family: Verdana, Arial, Sans-serif;
	font-size:16px;
	margin:3% 5%;
	line-height: 1.4;
}

h1 {
	font-size:34px;
}

h2 {
	font-size:30px;
}

h3 {
	font-size:26px;
}

h4 {
	font-size:22px;
}

h5 {
	font-size:18px;
	font-style: oblique;
}

sup a{
	text-decoration: none;
}

.exemplo{
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	border-radius:5px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 7px;
	margin-right: 5px; 
	margin-top: 10px; 
	margin-bottom: 5px;			
}

.regra {
	border-radius:5px;
	border-style: dotted;
	border-width: 1px;
	border-color: gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	padding: 7px;
	margin-right: 5px; 
	margin-top: 10px; 
	margin-bottom: 5px;
	list-style: none;
}

ul.regra {
	padding-left: 22px;
}

.pergunta {
	font-size: 18px;
	font-weight: bold;
}

.resposta{
	font-size: 17px;
	font-weight: normal;
	padding-top:5px;	
	padding-bottom:10px;
}

.glossario li{
	padding-top:5px;	
	padding-bottom:5px;
	list-style-type: none;
}

.linkNota{
	font-size: small;
	text-decoration:none;
	font-weight: bold;
	vertical-align: super;
}

.linkNota::before{
	content: "*";
}

.nota {
	font-weight: bold;
}

.nota span{
	font-weight: initial;
}

.nota::before{
	content: "*";
}

.tabela {
	margin-top:10px;
	border-collapse: collapse; 
	border: 1px solid black;
}
.tabela td,
.tabela th
{
	border: 1px solid black;
	padding: 5px;
}

img{
	margin: 20px;
}