body {
background: url(bg.jpg);
background-color: #D5D5D5;
margin-bottom: 20px;
margin-top: 20px;
}

h1 {
font: 20px "Georgia";
color: #D27B72; 
font-style: italic;
margin-bottom: 0px; 
text-align: center;
}


p {
font-family: Century Gothic;
color: #555555;
font-size: 12px;
letter-spacing: 1px;
margin: 0px 25px 0px 25px;
}

a:link,a:visited {
color: #D27B72; 
font-weight: normal; 
text-decoration:none;
}

a:hover, active {
color: #4E2921; 
font-weight:normal; 
text-decoration:none; 
}

i, em {
color:#D27B72;
}

b, strong {
color:#4E2921;
font-weight:normal;
}

ul {
list-style-type: square;
margin-left: 5px;
margin-top: 2px;
font-family: Century Gothic;
color: #555555;
font-size: 12px;
letter-spacing: 1px;
}

blockquote {
padding:5px;
width:450px;
background-image: url(img.jpg);
align: center;
color:#DDDDDD;
}

.img {
padding:4px;
background-image:url(img.jpg);
border:none;
margin: 5px; 
}

.footer { 
text-align:justify; 
font-size:9px; 
border-top:1px solid #444444; 
color:#999999; 
line-height:11px; 
font-family:times; 
margin: 0px 25px 5px 25px;
}

