*{	margin:0px;
	padding:0px;
	text-decoration:none;
	list-style:none;
	font-family:"verdana", arial, sans;
	font-size:12px;
	color:#333333;
	text-align:justify;
}
body{ background:#005f9d; background:url(img/fundoBlog.jpg) repeat-x;

}
#topo{
width:770px; height:150px; margin:auto;
background:url(img/topoblog.jpg) no-repeat;
}
#centro{
width:770px; margin:auto; padding-top:5px; padding-bottom:5px;
}
#conteudo{
width:750px; margin:auto; border: #333333 solid 1px; padding:5px;
}
#Titulocomentario{
width:770px; margin-bottom:5px;
}
#comentarioEnviado{
width:700px; margin:auto; margin-top:10px;
}

/****************************Formatação**************************************/
.texto{
font-family:verdana; font-size:12px; color:#333333;
text-align:left;
}
a{
	text-decoration: none; color:#169900; font-weight:bold; font-size:12px;
}
a:visited {
	text-decoration: none; color:#169900; font-weight:bold; font-size:12px;
}
a:hover {
	text-decoration: underline; color:#169900; font-weight:bold; font-size:12px;
}