body, div, p, td, input, textarea, select, a{
font-family: "Trebuchet MS", arial, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 12px;
color: #0f0d0c;
line-height: 13px;
}

body {
background-color: #1b1f3c;
}

body, div, td {
margin: 0px;
padding: 0px;
text-align: justify;
}

p {
padding: 0px;
margin: 5px 0px;
}

img {
border-style: none;
}

td {
vertical-align: top;
}

a:link, a:active, a:visited {
text-decoration: none;
font-weight: bold;
color: #3f2f1f;
}

a:hover {
text-decoration: underline;
}

.textleft {
text-align: left;
}

.textcenter {
text-align: center;
}

.textright {
text-align: right;
}

.p5 {
padding: 5px;
}

.p10 {
padding: 10px;
}

.m5 {
margin: 5px;
}

.m10 {
margin: 10px;
}

.block {
display: block;
}

.rel {
position: relative;
}

.abs {
position: absolute;
}

.box {
border: 1px solid #3f2f1f;
}

.button {
border: 2px solid #3f2f1f;
background-color: #ead6c1;
cursor: pointer;
font-weight: bold;
color: #3f2f1f;
}

.yellow {color: #feb519;font-weight: bold;}
