/* 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: #8F4E70;
}

b, strong {
color: #000000;
}

h1 {
color: #202020;
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:#8F4E70;
}

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

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

blockquote {
border-right: #000000 solid 8px;
color: #747474;
padding: 5px;
padding-right: 15px;
line-height: 20px;
}

input {
background-color: #CFB7C4;
border: #8F4E70 solid 1px;
font-style: italic;
color: #000000;
}

textarea {
background-color: #CFB7C4;
border: #8F4E70 solid 1px;
font-style: italic;
color: #000000;
}
