div.barra1 {
	margin-top:5px;
	background-color:#036;
	border-top:#CCCCCC;
	border:thin;
	border-top-style:solid;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	font-variant:small-caps;
	font-family: Verdana, Geneva, sans-serif;
}
.barra-materia-interna {
	background:#036;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;
	border-top: thin;
	border-top-color: #CCC;
	border-top-style: solid;
}
.fonte-assunto {
	font-size:20px; 
	color:#06C; 
	letter-spacing:1px; 
	font-weight:bold;
}
/* Link Azul */
a:link {
color:#09F;
text-decoration:none;
}
a:visited {
color:#09F;
text-decoration:none;
}
a:active {
color:#fff;
text-decoration:none;
}
a:hover {
color:#fff;
text-decoration:none;
}
