body, td, th, tr, table { text-align: justify;
                          color: #2A3B3B;
                          font-family: Georgia;
						  font-size: 11px;
						  cursor: crosshair;
						  text-decoration: none;
						  scrollbar-face-color: #799093;
                          scrollbar-highlight-color: #799093;
                          scrollbar-3dlight-color: #687979;
                          scrollbar-darkshadow-color: #687979;
                          scrollbar-shadow-color: #799093;
                          scrollbar-arrow-color: #687979;
                          scrollbar-track-color: #799093;
						  }
						  
body {                    background-color: #799093;
						  background-repeat: repeat-y;
						  background-image:    url(oc2drowningbg.jpg);
						  }
						  
h1 {                      background-image:  url(hbg.jpg);
                          background-repeat: no-repeat;
						  background-color: #BDCCCF; 
						  color: #829193;
                          font-size: 21px;
						  font-family: Times New Roman;
                          text-transform: capitalize;
						  text-align: left;
						  border: 1px solid #829193;
						  padding-left: 23px;
						  }
						  
h1:first-letter {         color: #6B898D;
                          font-style: italic;
						  font-weight: bold
						  }
						  
input, textarea, select { background-color: #799093; 
                          font-family: Georgia;
                          font-size: 11px; 
						  color: #2A3B3B; 
						  border: 1px solid #2A3B3B;
						  }
						  
						  
.title {                  font-size: 15px;
                          color: #2F6C76;
						  font-family: Book Antiqua;
						  font-style: italic;
						  font-weight: bold;
						 }
						  
a {                        color: #6B898D;
						   font-family: Georgia;
						   font-size: 11px;
						   text-decoration: none;
						   cursor: help;
						   font-weight: bold;
						   font-style: italic;
						   }
						   
a:hover {                  color: #6B898D;
						   font-family: Georgia;
						   font-size: 11px;
						   text-decoration: none;
						   cursor: help;
						   font-weight: bold;
						   font-style: italic;
						   border-bottom: 1px solid #5E8185;
						   }
						   
p {                        padding-left: 3px;
                           padding-right: 3px;
						   }
						   
img {                      border: 0px;
                           }
						   
blockquote {               background-color: #BDCCCF; 
						   color: #2A3B3B;
                           font-family: Georgia;
						   font-size: 11px;
						   text-align: justify;
						   padding-left: 3px;
						   padding-right: 3px;
						   margin-left: 3px;
						   margin-right: 3px;
						   }
						   
blockquote a {             color: #2A3B3B;
                           font-family: Georgia;
						   font-size: 11px;
						   font-weight: bold;
						   
						   }
						   
 blockquote a:hover {      color: #2A3B3B;
                           font-family: Georgia;
						   font-size: 11px;
						   font-weight: bold;
						   background-color: #829193;
						   }
