html, body, table, tr, td {
 margin: 0;
 padding: 0;
 font-family: Tahoma, Arial;
 font-size: 11px;
 color: #fff;
 background-color: #000;
 line-height: 160%;
}

h1 {
 font-size: 1.4em;
}

h2 {
 font-size: 1.2em;
}

h3 {
 margin: 0 0 1px;
 font-size: 1.1em;
}

a, a:visited {
 color: #fff;
}
a:hover {
 text-decoration: none;
}

.footer {
 text-align: center;
 font-size: 0.8em;
}

.txt {
 font-size: 11px;
}

strong {
 color: #F50219;
}

