body{
	background-color : #eee;
	font-family : trebuchet MS;
	font-size: 0.9em;
}

#code{
	position: absolute;
	width : 450px;
	height : 300px;
	right: 10px;
	border: 1px solid #666;
	background-color : #fff;
	overflow : auto;
	font-family : monospace;
	font-size : 1em;
}

.green{
	color: green;
}
.green2{
	color: #005301;
}
.red{
	color: red;
}
.blue{
	color: blue;
}

#rodape{
	background-color: #000;
	color: #fff;
	position: absolute;
	bottom : 5px;
	width : 99%;
	text-align : right;
	right : 0px;
	padding: 2px;
}

a:link{
	color: white;
	text-decoration : none;
}

a:visited{
	color: white;
	text-decoration : none;
}

a:hover{
	color: #FFFF33;
	text-decoration : none;
	border-bottom : 1px solid #FFF;
}
