/* CSS Document */

body {
margin: 0px;
padding: 0px;
background-color: #000000;
font-size: 11px;
color: #ffffff;
font-family: trebuchet ms;
text-align: justify;
}

#header {
position: absolute;
}

i, em {
color: #CCECEA;
}

b, strong {
color: #037E8E;
}

h1 {
color: #65ADAA;
font-family: bell mt;
font-size: 20px;
font-style: italic;
text-align: left;
border-bottom: #ffffff dotted 1px;
padding-left: 15px;
margin-bottom: 2px;
}

a {
color: #A4D0B9;
font-style: italic;
font-size: 10px;
border-bottom: #ffffff dotted 1px;
text-decoration: none;
}

a:hover {
color: #7CBB9E;
font-style: italic;
font-size: 10px;
border-bottom: #ffffff dotted 1px;
text-decoration: none;
}

blockquote {
background-image: url('blockquote.jpg');
border-right: #77A18B solid 8px;
color: #CCECEA;
padding: 5px;
}

input {
background-color: #B9E0CB;
border: #558579 solid 1px;
font-style: italic;
color: #005147;
}