body, td, th, tr, table { text-align: justify;
                          color: #A49595;
                          font-family: Trebuchet MS;
						  font-size: 12px;
						  cursor: crosshair;
						  text-decoration: none;
						  scrollbar-face-color: #A6A6A6;
                          scrollbar-highlight-color: #A6A6A6;
                          scrollbar-3dlight-color: #065373;
                          scrollbar-darkshadow-color: #065373;
                          scrollbar-shadow-color: #A6A6A6;
                          scrollbar-arrow-color: #065373;
                          scrollbar-track-color: #A6A6A6;
						  }
						  
h1  {                     color: #8E8E8E;
                          font-weight: bold;
						  background-color: #0A5374;
						  border: 0px;
						  text-align: left;
						  padding-left: 6px;
						  padding-top: 4px;
						  font-family: Georgia;
						  text-transform: capitalize;
						  font-size: 13px;
						  height: 25px;
						  }
						  
h1:first-letter {         font-size: 15px;
                          }
						  
body {                    background-image:    url(bg.jpg);
                          background-color: #A6A6A6;
						  background-repeat: repeat-y;
						  }
						  
input, textarea, select { background-color: #A2A7B6; 
                          font-family: Georgia;
                          font-size: 11px; 
						  color: #466E7E; 
						  border: 1px solid #0A5374;
						  }
						   
a {                        color: #466E7E;
						   font-family: Georgia;
						   font-size: 11px;
						   text-decoration: none;
						   cursor: help;
						   }
						   
a:hover  {                 color: #678C9B;
						   font-family: Georgia;
						   font-size: 11px;
						   text-decoration: none;
						   cursor: help;
						   border-left: 1px solid #466E7E;
						   border-bottom: 1p solid #466E7E;
						   background-color: #A2A2A2;
						   }
						  
p {                       padding-right: 8px;
                          padding-left: 8px;
						  }
						  
blockquote {              color: #FFFFFF;
                          font-family: Trebuchet MS;
						  font-size: 12px;
						  cursor: crosshair;
						  text-decoration: none;
						  text-align: justify;
						  background-color: #0A5374;
						  border-left: 5px solid #A2A2A2;
						  padding-left: 4px;
						  padding-right: 4px;
						  }
						  
blockquote a, a:hover {   color: #000000;
                          font-family: Trebuchet MS;
						  font-size: 12px;
						  cursor: help;
						  text-decoration: none;
						  font-weight: bold;
						  }
						  
.title {                  color: #466E7E;
                          font-family: Trebuchet MS;
						  font-size: 12px;
						  font-style: italic;
						  }