/* CSS Document */

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

#header {
position: absolute;
}

i, em {
color: #000000;
}

b, strong {
color: #484848;
}

h1 {
color: #5c5c5c;
font-family: georgia;
font-size: 18px;
font-style: italic;
text-align: left;
border-bottom: #ffffff dotted 1px;
padding-left: 20px;
padding-bottom: 12px;
margin-bottom: 2px;
background: url('h1.png');
background-repeat: no-repeat; 
}

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

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

blockquote {
background-image: url('block.gif');
border: #919191 solid 12px;
color: #0a0a0a;
padding: 15px;
font-family: georgia;
font-style: italic;
}

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