* {margin:0; padding:0;}
body {width: 100%; margin: 0 auto; display: block;
font: normal 14px Tahoma, Geneva, sans-serif; 
color:#2a4051;
}
h1,h2,h3{
    display: block; width: 100%; text-align:center;
    padding: 20px 0;
}
p{
    margin-top: 10px;
}
img {
    border: 0;
}
input.callbackform{
    font-size: 16px;
    width: 200px;
    padding: 10px;
    color: white;
    background: #2a4051;
}
a {
    color: #373737;
}
a:hover {
    color: #b22b35;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:hover {
    color: #fff;
    text-decoration: underline;
}
ul {
    margin-left: 30px;
}
.table_header td{
    color: #2a4051;
    background: #fa7307 url('/images/menubg.jpg');
    height: 40px;
    font-weight: bold;
}
.table_header:hover td{
    background: #fa7307 url('/images/menubg.jpg');
    height: 40px;
}
.table_content td {
    color: white;
    font-weight: bold;
    background: #2a4051;
}
.table_content:hover td{
    color: orange;
}
.chars tr:first-child {
    background: #eee;
}
.chars tr:hover{
    background: #eee;
}
.chars td {padding: 5px;border: solid #ccc 1px;text-align: center;}
.chars td:first-child {text-align: left;}