h1 {
	font: 18px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FF0000;
}
h2 {
	font: italic bold 16px Arial, Helvetica, sans-serif;
	color: #663300;
	text-indent: 10px;
}
p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	text-indent: 20px;
}
ol {
	font: italic 12px "Courier New", Courier, mono;
	color: #009900;
}
ol ul {
	color: #666666;
	font: normal 9px "Times New Roman", Times, serif;
}
.img-um {
	background:#CCCCCC;
	height: auto;
	width: 330px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 100px;
	text-indent:0;
	border: solid #FF0000 2px;
}
hr {
	text-align:left;
	height: 20px;
	width: 350px;
	margin-left: 0px;
	background: #FF9900;
	border: 2px solid #000000;
}
.roda-um {
	font: italic 12px/11px "Courier New", Courier, mono;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0099CC;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #009999;
}
a:hover {
	background: #FFCCCC;
	color: #000000;
	text-decoration: underline overline;
}
body {
	background: #CCCC99;
}
