body {

margin: 0px;

padding: 0px;
background-color: #F9D0F8;


background-image: url(background.jpg); 
background-repeat: repeat-y;
font-family: Verdana;

font-size: 12px;
color: #000000;
text-align: justify;
scrollbar-arrow-color: #FFFFFF;
 
scrollbar-track-color: #F9D0F8; 
scrollbar-darkshadow-color: #F9D0F8;
 
scrollbar-base-color: #FD48F9;

}


p
{

margin-left: 0px;

margin-right: 0px;

margin-top: 0px;

margin-bottom: 15px;
}


a:link, a:visited, a:active
{

color: #000000;
text-decoration: none;
font-weight: bold;
}


a:hover
{
color: #FF69B4;
}


#image
{

position: absolute;

left: 0px;

top: 0px;

}


#content
{

position: absolute;

left: 170px;

top: 220px;

width: 500px;

}


#navigation
{

position: absolute;

left: 420px;

top: 240px;

width: 50px;
text-align: center;
}
h1
{ 
font-family: Georgia; 
color: #000000;
font-size: 15px;
font-weight: bold;
background-image: url(backgroundh1.jpg); 
letter-spacing: 2px;  
line-height: 13px; 
text-align: right;
width: 100%; 
padding-right: 10px; 
padding: 2px; 
margin-bottom: 5px; 
}
textarea, input { 
font-family : Georgia;
font-size : 10px;
color : #000000;
background : #F9D0F8;
border-top : 1px dashed #000000;
border-bottom : 1px dashed #000000;
border-right : 1px dashed #000000;
border-left : 1px dashed #000000;
}
