body, td, th, tr, table { text-align: justify;
                          color: #BF6364;
                          font-family: Tahoma;
						  font-size: 11px;
						  cursor: crosshair;
						  text-decoration: none;
						  scrollbar-face-color: #FDDE9D;
                          scrollbar-highlight-color: #FDDE9D;
                          scrollbar-3dlight-color: #DB3400;
                          scrollbar-darkshadow-color: #DB3400;
                          scrollbar-shadow-color: #FDDE9D;
                          scrollbar-arrow-color: #DB3400;
                          scrollbar-track-color: #FDDE9D;
						  }
						  
h1  {                     color: #BF6364;
                          font-weight: bold;
						  background-color: #FFFFFF;
						  border-bottom: 2px dotted #A00C0C;
						  border-top: 4px solid #A00C0C;
						  text-align: left;
						  padding-left: 3px;
						  font-family: Tahoma;
						  text-transform: uppercase;
						  font-size: 10px;
						  }
						  
body {                    background-image:   url(remember1bg.jpg);
                          background-color: #FDDE9D;
						  background-repeat: repeat-y;
						  }
						  
input, textarea, select { background-color: #FFFDE8; 
                          font-family: Tahoma;
                          font-size: 11px; 
						  color: #BF6364; 
						  border: 1px solid #DB3400;
						  }
						   
a {                        color: #DB3400;
						   font-family: Tahoma;
						   font-size: 11px;
						   text-decoration: none;
						   cursor: default;
						   }
						   
a:hover  {                 color: #DB3400;
						   font-family: Tahoma;
						   font-size: 11px;
						   text-decoration: none;
						   cursor: default;
						   font-weight: bold;
						   }
						  
p {                       padding-right: 2px;
                          padding-left: 2px;
						  }
						  