body { 
background-color: #FFFFFF;
margin: 0px; 
}

a { 
font-weight: bold;
color: #E44034;
text-decoration: none; 
}
    
a:hover { 
text-decoration: underline; 
}

#header { 
position: absolute;
top: 0px;
left: 0px;    
z-index: 0;
width: 580px;
height: 369px; 
}

#entries { 
position: absolute;
width: 575px;
z-index: 1;
left: 3px;
top: 315px;
font-family: lucida sans,verdana,helvetica;
font-size: 10px;
text-align: justify;
color: #927F68; 
}

h1 {
	font-family: "century gothic", "Book Antiqua", Palatino, serif;
	font-size: 15px; 
	line-height: 30px;
	color: #E44034; 
	text-align: left; 
	letter-spacing: 3px; 
	font-weight: normal; 
	padding: 0px 0px 6px 0px;
}

#entries h1:first-letter {
	color: #FD9761;
        font-family: georgia;
	font-size: 20px;
        font-style: italic;
	font-weight: bold; 
}


h3 {
	color: #3A1E17;
	font-weight: normal;
	font-size: 12px;
	font-family: lucida sans, sans-serif;
	letter-spacing: 3px;
	text-transform: lowercase;
	margin: 0px 0 0 0px;
	padding: 0;
}

p {
	margin: 0px 0px 0px 0px;
	padding: 3px;
        color: #927F68;
}

b {
        color: #3A1E17;
        font-family: arial;
}

img {
        border: 0px;
}

option,textarea,input { 
border-color: #FD9761;
border-width: 1px;
border-style: solid;
font-family: corbel,trebuchet ms,verdana,helvetica;
font-size: 11px;
color: #ffffff;
background-color: #FFB294; 
}