.botao{
	width:130px;
	height:35px;
	color:#663300;
	font-weight:bold;
	font-size:medium;
	border:none;
	background:transparent url(../images/botao.png);
	margin:3px;
}

.divLink{
	padding:5px;
	margin:5px;
	cursor:pointer;
	font-size:medium;
	border-bottom:solid 1px #CCCCCC;
}

.divLink:hover{
	background-color:#3399FF;
}

.brancoSemMargem{
	/*background-color:#FFFFFF;*/
	margin:0px;
	padding:0px;
}

.conteudo{
	font-family:"Comic Sans MS";
}

.titulo{
	font-size:large;
}

.fonte{
	font-size:small;
	float:right;
}

.data{
	font-size:small;
	float:right;
}

*{
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#111111;
}

a{
	text-decoration:none;
	font-size:medium;
}

html{
	height:100%;
}
