				body {
					margin:0;
					font:12px Verdana, Arial, Helvetica, sans-serif;
					color:#ff0000;
					background:#1669ae;
            	}
            	.fundo{
                	background:url(fundo.gif);
                	height:100%;        
				}
				a{
					color:#FFFFFF;	
				}
				div{
					background:url('fundo.gif') repeat-x;
					height:768px;
					width:100%;
				}
				div > div{
					background:#0066FF;
					width:50px;
					height:75%;
				}
				div#rodape{
					color:#fff;
					margin-top:10px;
					width:100%;
					height:25%;
					background:none;
					text-align:center;					
				}
				div span.tag{
					color:#1669ae;
				}
				h1{
					margin:0;
				}
				p {
					background:#333333;
					margin:0 50px;
					width:200px;
				}
				p + p{
					background:#000099;
					width:400px;
					margin:10px 5px 10px;
					color:#fff;
				}
				h1 + p{
					background:#878527;
					width:100px;
					margin:100px 100px 10px;
					color:#000;
					float:left;
				}
				span[abbr]{
					color:#CC00FF;
					font-weight:bold;
					cursor:default;
				}
				strong[title]{
					cursor:help;
				}
				div > div#menu{
					background:#FFFF00;
					color:#000066;
					font-size:18px;
					width:50%;
					height:25%;
					padding:0.1% 0.1%;
				}
				div .p_div_menu{
					font-size:9px;
					color:#ccc;
					margin-top:5px;
					width:100%;
					margin-left:0;
				}
				img.logo{
					margin-top:76px;
					margin-left:30%;
				}