/* CSS Document */

BODY{
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-repeat: repeat-x;
background-attachment: fixed;
background-position: center;
background-color: #000000;
}

.body {
background-image: url(../images/interface/background.gif);
}

.back_1{ background-color: #7f7f40;}
.back_2{ background-color: #212709;}

.content{ background-color: #000; border-color: #FFFFFF; border-width: 1px; border-style:solid}

.square_1{ background-color: #0e0d08; text-align: center}
.square_2{ background-color: #0e0d08; text-align: center}
.square_3{ background-color: #0e0d08; text-align: center}
.square_4{ background-color: #0e0d08; text-align: center}
.square_5{ background-color: #0e0d08; text-align: center}

.text_content, P{
padding-left: 50px;
padding-right: 20px;
font-family: Verdana, Arial;
font-size: 11px;
color: #FFFFFF;
}

.text_firstletter{
font-size: 18px;
font-weight: bold;
}

.text_fl{
font-size: 18px;
font-weight: bold;
}

.text_form{
font-family: Verdana, Arial;
font-size: 11px;
color: #FFFFFF;
}

.input_field{
width: 100%;
border-width: 1px;
border-style: solid;
border-color: #000;
color: #FFAB03;
font-weight: bold;
}

P:first-letter {
font-family: Verdana, Arial;
font-size: 18px;
font-weight: bold;
color: #FFFFFF;
}

A{
font-family: Verdana, Arial;
font-size: 11px;
font-weight: bold;
text-decoration: none;
font-weight: bold;
color: #E5C477;
}

A:hover{
text-decoration: overline underline;
}
