
*{
        margin: 0;
        padding: 0;
        }
        
        body{
                font-size: 1em;
                font-family: "Trebuchet MS",Helveticaa, sans-serif;
                background: #f3f0d4;
        }
        
        h1{
                color: #4e4e4e;
                font-size: 2.5em;
        
                
        }
        
        
        h2{
                color: #50103d;
                
        }
        
        h3{
                color: #565656;
                background: #ccc;
                padding: 5px;
        }
        
        .data-postagem {
                font-size: 0.8em;
                border-bottom: 1px solid #f4f4f4;
                padding-bottom: 10px;
                margin-bottom: 10px;
                display: block;
        }
        
        /*Formatações para layout*/
        
        
        #area-cabecalho{
                background-color: #50103d;
                padding: 15px;
                text-align: center;
        }
        
        #area-logo,#area-menu{
                padding: 10px;
        
        
        }
        
        .branco{
                color: white;
        }
        
        
        #area-principal{
                width: 920px;
                margin: 0 auto;
                padding: 120px;
        }
        
        #area-lateral{
                width: 240px;
                float: right;
        
        }
        
        #area-lateral {
                background: Orange;
        
                
        
        }
        #area-postagens{
                width: 660px;
                float: left;
                text-align: center;
        
        
        }
        
        #rodape{
                clear: both;
                text-align: center;
                background: #CCC;
                padding: 15px;
        
        }
        
        .postagem{
                padding: 20px ;
                margin-bottom: 20px;
                background: white;
        
        }
        /*Formatações do menu*/
        
        
        a{
                text-decoration: none;
        }
        
        #area-cabecalho a:link, #area-cabecalho a:visited{
                color:#fff;
                padding: 8px 12px;
        
        }
        #area-cabecalho a:hover{
                color: #4c1153;
                background: White;
                text-decoration: none;
        
        }
        
        .conteudo-lateral{
                background: white;
                padding: 10px;
                margin-bottom: 20px;
        }
        
        .texto-lateral {
                font-size: 0.8em;
                padding: 5px;
        }
        .postagem-lateral{
                background: white;
                padding: 5px;
                border-bottom: 1px dotted #ccc;
        }
        
        a:link, a:visited{
                color:#58184a;
                
        
        }
        a:hover{
                text-decoration: underline;
        }