a:link    { color: #333366; text-decoration: none; }
a:visited { color: #333366; text-decoration: none; }
a:hover { color: red; text-decoration: underline; }
a:active  { color: red; text-decoration: underline; }

body {
 font: 10pt "Arial", sans-serif;
 color: black;
 background-color: #f8db8d;
 vertical-align: top;
 margin: 0;
 background-image: url("images/backg.jpg");
}

img {
 border: 0;
 display: block;
}

p {
 margin: 5px;
}

.center {
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 width: 800px;
}

.above {
 width: 800px;
 height: 57px;
 border-bottom: 1px solid black;
}

.salute {
 width: 800px;
 height: 30px;
 vertical-align: middle;
 background-image: url("images/back.jpg");
 border-left: 1px solid black;
 border-right: 1px solid black;
}

.below {
 width: 800px;
 height: 388px;
 border-left: 1px solid black;
 border-right: 1px solid black;
 border-bottom: 1px solid black;
}

.tlt {
 font-size: 8pt;
 margin: 0;
 padding: 0;
 color: white;
 font-weight: bold;
 text-align: center;
}