body{
    background: #292f33;
    margin: 0px;
    padding: 0px;
    font-family: Verdana,sans-serif;
    font-size: 11px;
    color: #fff;
}

h1,h2,h3,h4,h5,h6{
    font-weight: normal;   
}

h1{
    font-size: 17px;
    color: #decd98;
    margin-bottom: 15px;
}

h2{
    font-size: 13px;
    color: #decd98;
    margin-bottom: 10px;
}

h3{
    font-size: 11px;
    color: #87d8ff;
    margin-bottom: 5px;
}

a{
    text-decoration: none;
    color: #87d8ff;
}

a:hover{
    color: #ccc;   
}

.amarelo {
    color: #decd98;   
}

.cinza{
    color: #ccc;   
}

div.stage{
 font-size: 12px;   
}

div.stage ul, .mceContentBody  ul{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 40px;
    display: block;
}

div.stage ul li, .mceContentBody ul li  {
    list-style-type: none;
    padding-left: 20px;
    background: url(../img/bullet.jpg) left 3px no-repeat;
    color: #87d8ff;
    margin-top: 3px;
}

div.stage p, .mceContentBody p {
    line-height: 17px;
    margin-bottom: 10px;
}

a.arrow-front{
    background: url(../img/bullet.jpg) no-repeat center right;
    padding-right: 15px;
}