/* CSS Document */

/*  
body{ margin-top:0; margin-bottom: 20; margin-left:20; margin-right:20; background: url(http://ivomenezes.webs.com/images/site/bg.png) top repeat; } */

body{ margin-top:0; margin-bottom: 20; margin-left:20; margin-right:20; background: url(http://ivomenezes.webs.com/images/site/bg.png) top repeat; } 

a { text-decoration: underline; color: #f1660b; }
a:link { text-decoration: none; color: #f1660b; }
a:hover { text-decoration: underline; font-weight:bold; color: #f1660b; }
a:active { text-decoration: underline; font-weight:bold; color: #f1660b; }
a:visited { text-decoration: underline; color: #f1660b; }

table.bodymobi {
	border-width: 4px;
	border-spacing: 2px;
	border-style: solid;
	border-color: #00CCFF;
	background: #f9f9f7 repeat;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	 border-radius:8px;
}
table.bodymobi th {
	border-width: 0px;
	padding: 0px;
	border-style: hidden;
	border-color: #f9f9f7;
	background: #f9f9f7 repeat;
	-moz-border-radius: ;
}
table.bodymobi td {
	border-width: 0px;
	padding: 2px;
	border-style: hidden;
	border-color: #f9f9f7;
	background: #f9f9f7 repeat;
	-moz-border-radius: ;
}