<?php
//Guestbook
	
//Coded by JJ
//E-Mail: shadows_serenity@hotmail.com 
//URL: http://www.shadows-serenity.info/
	
//This file is part of Wisteria.
?>



<style>
body {
font-family: trebuchet ms;
}

.entry {
border: 1px solid #000000;
width: 600px;
background-color: #D8C5A3;
} 

.entrytext {
width: 98%;
color: #4F3930;
}

#form {
width: 300px;
background-color: #D8C5A3;
border: 1px solid #000000;
}

#formtext {
width: 98%;
color: #4F3930;
}

a {
color: #F2F438;
}
  
.date {
color: #FFFFFF;
}

input, textarea, select {
font-family: trebuchet ms;
background-color: ;
border: 0px solid #000000;
font-size: 10.5;
color: #;
}

</style>
