body {
background-color: #FFFFFF;
}

.fonta {
	font-family: Times New Roman, helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: black;
}

.fontb {
	font-family: Times New Roman, helvetica, sans-serif;
	font-size: 14px;
	color: black;
}

.fontc {
	font-family: Times New Roman, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: black;
}

.fontd {
	font-family: Times New Roman, helvetica, sans-serif;
	font-size: 14px;
	color: black;
}

.fonte {
	font-family: Times New Roman, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: teal;
}

.fontf {
	font-family: Times New Roman, helvetica, sans-serif;
	font-size: 16px;
	color: black;
}



.linka    { 
	font-family: Times New Roman, helvetica, sans-serif;
	color: blue;
	font-size: 14px;
	font-weight: bold;
	cursor: hand;
}

.linka   a { 
	font-family: Times New Roman, helvetica, sans-serif;
	color: blue;
	font-size: 14px;
	font-weight: bold;
	cursor: hand;
}

.linka a:visited {
	color: blue;
}

.linka a:hover {
	color: teal;
}

.linka a:active {
	color: gold;
}


.linkb    { 
	font-family: Times New Roman, helvetica, sans-serif;
	color: blue;
	font-size: 14px;
	cursor: hand;
}

.linkb   a { 
	font-family: Times New Roman, helvetica, sans-serif;
	color: blue;
	font-size: 14px;
	cursor: hand;
}

.linkb a:visited {
	color: blue;
}

.linkb a:hover {
	color: teal;
}

.linkb a:active {
	color: gold;
}


.linkc    { 
	font-family: Times New Roman, helvetica, sans-serif;
	color: blue;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	cursor: hand;
}

.linkc   a { 
	font-family: Times New Roman, helvetica, sans-serif;
	color: blue;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	cursor: hand;
}

.linkc a:visited {
	color: blue;
}

.linkc a:hover {
	color: teal;
}

.linkc a:active {
	color: gold;
}