html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	background-image: url(../images/bg.jpg); 
        background-repeat: no-repeat;
        background-attachment: fixed;
	color: #FFFFFF;
	text-align: left;
	font: 100.01% Verdana, Tahoma, Arial, Helvetica;
    }
a:link { 
	font-weight: lighter; 
	text-decoration: underline; 
	color: #FFFFFF
	}
a:visited {
        color: #FFFFFF
        }
	
	
ul li {
    color:white;
	}	
	
.uploadtable, .uploadtable TD, .uploadtable TH  {
         background-color: #FFFFFF;
         color:black;
	 background-image: none;
	 border:none;

         }
	