body, td, th, tr, table { cursor: crosshair;
                          font-family: Tahoma;
						  text-decoration: none;
						  font-size: 11px;
						  text-align: justify;
						  scrollbar-face-color: #F26522;
                          scrollbar-highlight-color: #F26522;
                          scrollbar-3dlight-color: #000000;
                          scrollbar-darkshadow-color: #000000;
                          scrollbar-shadow-color: #F26522;
                          scrollbar-arrow-color: #7174B9;
                          scrollbar-track-color: #8F5026;
						  }
						  
.head {                   background-color: #7174B9;
                          color: #F26522;
						  font-family: Tahoma;
						  font-size: 12px;
						  font-weight: bold;
						  }
						  
body {                    background-image:  url(bangbg.jpg);
                          background-color: #8F5026;
                          }
						  
a {                       font-weight: bold;
                          border-bottom: 1px solid #7174B9;
						  text-transform: lowercase;
						  text-decoration: none;
						  cursor: default;
						  color: #7174B9;
						  }
						  
a:hover {                 font-weight: bold;
                          border-bottom: 2px dotted #7174B9;
						  text-transform: lowercase;
						  text-decoration: none;
						  cursor: default;
						  color: #7174B9;
						  }
						  
font {                    font-weight: bold;
                          color: #7174B9;
						  font-size: 11px;
						  }
						  
input, textarea, select { background-color: #7174B9; 
                          font-family: tahoma;
                          font-size: 11px; 
						  color: #000000; 
						  border: 1px solid #8F5026;}
