body {
margin:0;
padding:0;
background:#000000;
text-align:center; /* hack para o IE */
font-family:"Trebuchet MS", Tahoma, Verdana;
font-size:12px;	
}
#tudo {
width: 770px;
margin:0 auto;			
text-align:left; /* "remédio" para o hack do IE */	
}

.evento {
	padding-left:12px;
	background-image:url(img/bg_celulas.jpg);
	background-repeat:repeat-x;
	background-color:#d0d0d0;
	color: #0b51b8;
	font-weight:bold;
	text-align:left;
	height:35px;
	border-right-style:solid;
	border-right-color:#000000;
	border-right-width:5px;
	border-top-style:solid;
	border-top-color:#000000;
	border-top-width:5px;
}	

.link {
	padding-left:12px;
	background-image:url(img/bg_celulas.jpg);
	background-repeat:repeat-x;
	background-color:#d0d0d0;
	color: #0b51b8;
	font-weight:bold;
	text-align:left;
	height:35px;
	border-top-style:solid;
	border-top-color:#000000;
	border-top-width:5px;
}
.link a
{
color: #0b51b8;
text-decoration:none;
}
. link a:hover
{
color: #0dbeff;
text-decoration:none;
}
.titulos1 {
	border-right-style:solid;
	border-right-color:#000000;
	border-right-width:2px;
	border-top-style:solid;
	border-top-color:#000000;
	border-top-width:5px;
}
.titulos2 {
	border-top-style:solid;
	border-top-color:#000000;
	border-top-width:5px;
}		
