body, td, th, tr, table { color: #A6807A;
                          font-family: Verdana;
						  font-size: 11px;
						  cursor: s-resize;
						  text-decoration: none;
						  text-align: justify;
						  scrollbar-face-color: #C92627;
                          scrollbar-highlight-color: #C92627;
                          scrollbar-3dlight-color: #E8BDB7;
                          scrollbar-darkshadow-color: #E8BDB7;
                          scrollbar-shadow-color: #C92627;
                          scrollbar-arrow-color: #E8BDB7;
                          scrollbar-track-color: #CE9991;
						  }
						  
body {                    background-image:  url(miaxvince_bg.jpg);
                          background-color: #CE9991;
						  }
						  
.head {                   color: #C92627;
                          font-weight:bold;
			              text-transform: uppercase;
						  border-bottom: 2px solid #000000;
						  }
			 
a {          color: #C92627;
             cursor: crosshair;
			 text-decoration: none;
			 font-weight: bold;
			 }
			 
a:hover {    color: #ffffff;
             cursor: crosshair;
			 background-color: #C92627;
			 text-decoration: none;
			 font-weight: bold;
			 }
			 
input, textarea, select { background-color: #CE9991; 
                          font-family: Verdana;
                          font-size: 11px; 
						  color: #A6807A; 
						  border: 1px solid #C92627;
						  }
