/* CSS Document */

body {
margin: 0px;
padding: 0px;
background-color: #ffffff;
font-size: 11px;
color: #353535;
font-family: trebuchet ms;
text-align: justify;
background-image: url('bg.jpg');
}

#header {
position: absolute;
}

i, em {
color: #C84A87;
}

b, strong {
color: #6091A2;
}

h1 {
color: #000000;
font-family: bell mt;
font-size: 20px;
font-style: italic;
text-align: left;
padding-left: 15px;
margin-bottom: 2px;
background-image: url('h1.png');
background-repeat: no-repeat;
}

h1:first-letter {
color:#6091A2;
}

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

a:hover {
color: #6091A2;
font-style: italic;
font-size: 10px;
border-bottom: #6C6E7D dotted 1px;
text-decoration: none;
}

blockquote {
background-image: url('blockquote.jpg');
border-right: #000000 solid 8px;
color: #747474;
padding: 5px;
padding-left: 80px;
line-height: 20px;
}

input {
background-color: #D7D7D7;
border: #373737 solid 1px;
font-style: italic;
color: #262626;
}

textarea {
background-color: #D7D7D7;
border: #373737 solid 1px;
font-style: italic;
color: #262626;
}
