body
{
background:#F63E3E;
background-image:url('bg.png');
background-repeat:repeat-x;
}

.header
{
position:absolute;
top:0px;
left:0px;
}

.content
{
position:absolute;
top:420px;
left:5px;
width:400px;
text-align: justify;
padding:1px;
}

p
{
font-family:arial;
color:#0C063E;
letter-spacing:0px;
line-height:14px;
font-size:11px;
text-indent:10px;
}

h1 {
margin-top:0px;
padding-top:0px;
margin-bottom:3px;
padding-bottom:3px;
letter-spacing:4px;
color:#E2D4B4;
text-align:center;
border-bottom-width:thin;
border-bottom-style:dotted;
border-bottom-color:#ECC582;
margin-left:5px;
margin-right:5px;
font-size:14px;
font-weight:bold;
font-family:georgia;
}

i,b
{
color:#E2D4B4;
}

a:link, a:visited, a:hover
{
color:#E2D4B4;
text-decoration:none;
}

blockquote
{
border-left-width:thick;
border-left-style:solid;
border-bottom-color:#ECC582;
margin-top:0px;
padding-top:0px;
margin-bottom:3px;
padding-bottom:3px;
font-family:arial;
color:#0C063E;
line-height:15px;
font-size:11px;
padding-left:5px;
}