body {
   background-image: url('/images/background.jpg'); 
   margin: 0px;
   color: #000000;
   font-family: Verdana;
   font-size: 11px;
   text-align: center;
}
a {
   text-decoration: none;
   color: #000000;
}
a:visited {
   text-decoration: none;
   color: #000000;
}
a:hover, a:active {
   text-decoration: underline;
   color: #000000;
}
tr,td,th {
   color: #000000;
   font-family: Verdana;
   font-size  : 11px;
}
textarea, input, select, option {
   color: #000000;
   font-family: Verdana;
   font-size  : 10px;
}
#header_l {
   padding-left: 5px;
   padding-bottom: 5px;
   padding-right: 5px;
}
#body_block {
   background-image: url('/images/body.jpg');
   background-repeat: no-repeat;
   width: 700px;
   height: 500px;
   padding-left: 10px;
   padding-top: 10px;
}
#chris_text {
   height: 200px;
   width: 348px;
   /* background-color: #f2f2f2; */
   background-color: #d5d5d5;
   overflow: auto;
}
#chris_text a {
   color: #575782;
}
#messages {
   height: 270px;
   width: 348px;
   overflow: auto;
}
#leave_message {
   width: 680px;
   height: 480px;
   background-color: #f2f2f2;
}
#message_name {
   background-color: #d5d5d5;
}
#message_text {
   background-color: #e5e5e5;
}
#message_c0 {
   background-color: #f2f2f2;
}
#message_c1 {
   background-color: #f4fbfb;
}
.images img {
   border: 1px solid #000000;
} 


