<style type="text/css">

#raton {
width: 80%;
}

@font-face {
font-family: "aimoreserif";
src: url("../fonte/aimoreserif.woff");
font-weight: normal;
}

@font-face {
font-family: "aimoregothic";
src: url("../fonte/aimoregothiclight.woff");
font-weight: normal;
}

@font-face {
font-family: "aimoregothic";
src: url("../fonte/aimoregothic.woff");
font-weight: bold;
}

@font-face {
font-family: "krigg";
src: url("../fonte/krigg.woff");
font-weight: normal;
}

@font-face {
font-family: "krigg";
src: url("../fonte/kriggbold.woff");
font-weight: bold;
}

@font-face {
font-family: "alcalino";
src: url("../fonte/alcalino.woff");
font-weight: normal;
}

@font-face {
font-family: "alcalino";
src: url("../fonte/alcalinobold.woff");
font-weight: bold;
}

@font-face {
font-family: "herrero";
src: url("../fonte/herrero.woff");
font-weight: normal;
}

@font-face {
font-family: "herrero";
src: url("../fonte/herrerobold.woff");
font-weight: bold;
}

h1 {
font-family: "herrero";
font-size: 50px;
color: #990099;
margin-top: 10px;
margin-bottom: 10px;
line-height: 90%;
text-shadow: 0 3px 3px #B7B7B7;
}

h2 {
font-family: "aimoregothic";
font-size: 24px;
color: #000000;
margin-top: 10px;
margin-bottom: 10px;
line-height: 90%;
}

p {
line-height: 130%;
}

.aa {
font-family: "aimoregothic";
font-size: 20px;
}

.bb {
font-family: "alcalino";
font-size: 18px;
}

.cc {
font-family: "alcalino";
font-size: 20px;
}

.dd {
font-family: "herrero";
font-size: 20px;
}

.ee {
font-family: "aimoregothic";
font-size: 65px;
color: #70007a;
text-shadow: 0 4px 10px #FFFFFF;
}

mark.cor {
color: #7A00A3;
background: none;
}

.caixa_externo {
text-align: left;
height: auto;
background: #FFEBCC;
border-width: 2px;
border-style: solid;
border-color: #FF9900;
border-radius: 20px;
padding: 10px;
}

.caixa_interno {
text-align: center;
overflow: hidden;
background: #FFF7EB;
border-width: 1px;
border-radius: 10px;
padding: 10px;
}

a:link {
text-decoration: none;
}

.aimore {
width: 100%;
}

.aimore td {
padding: 10px;
background: #FFFFFF;
}

.aimore tr td:first-child {
-webkit-border-radius: 20px 20px 20px 20px;
border-radius: 20px 20px 20px 20px;
}

.aimore tr td:last-child {
-webkit-border-radius: 20px 20px 20px 20px;
border-radius: 20px 20px 20px 20px;
}

.aimore tr td:nth-child(1n+1){
}

.aimore tr:nth-of-type(2n) td{
background: #DCDCE6;
color: #000000;    
}

table{width: inherit; max-width: 100%;
}

td#cell-one{min-width: 300px;
}

</style>