body, td, th, tr, table { text-align: justify;
                          color: #003643;
                          font-family: Tahoma;
						  font-size: 11px;
						  cursor: crosshair;
						  text-decoration: none;
						  scrollbar-face-color: #003643;
                          scrollbar-highlight-color: #003643;
                          scrollbar-3dlight-color: #4599C3;
                          scrollbar-darkshadow-color: #4599C3;
                          scrollbar-shadow-color: #003643;
                          scrollbar-arrow-color: #4599C3;
                          scrollbar-track-color: #3572B1;
						  }
						  
h1 {                      color: #ffffff;
                          font-weight:bold;
			              text-transform: uppercase;
                          background-color: #3572B1;
			              border-style:solid;
			              border-top-width:0px;
			              border-bottom-width:0px;
			              border-left-width:0px;
			              border-right-width:0px;width:100%;
			              filter:alpha(Opacity=100, FinishOpacity=5, Style=1);
						  font-size: 11px;  
			 }
						  
body {                    background-image:  url(unmeibg.jpg);
                          background-color: #3572B1;
						  background-repeat: repeat-y;
						  }
						  
input, textarea, select { background-color: #68C1BE; 
                          font-family: Tahoma;
                          font-size: 11px; 
						  color: #003643; 
						  border: 1px solid #4599C3;
						  }
						  
a {                       color: #003643;
                          font-family: Tahoma;
						  font-size: 11px;
						  cursor: default;
						  text-decoration: none;
						  font-weight: bold;
						  }
						   
a:hover {                  filter:blur(color=#003643 strenght=1);
                           height:0; 
						   text-decoration: none;
						   cursor: default;
						   font-size: 11px;
						   font-family: Tahoma;
						   font-weight: bold;
						   }
						   
p {                       padding-right: 4px;
                          padding-left: 4px;
						  }
