QUOTE
.text {
font-family: Century Gothic,Tahoma,Arial;
font-size: 10pt;
color: #EBB6AF;
}
QUOTE
.p {
margin-right: 0.5cm;
margin-left: 0.5cm;
font-family: Century Gothic,Tahoma,Arial;
color: #EBB6AF;
font-size: 8pt;
}
Instead of:
CODE
.table {
border: solid 1px;
border-color: #6F1E15;
}
Use
CODE
.table {
border: solid 1px #6F1E15;
}
All your inline styles are bloated also, you may want to look into this