html, body  {
	 background: url("tlo.png");
	 font-family: Verdana, Arial, Helvetica;
	 font-size: 12px;
	 color: #FFFFFF;
	 text-align: center;
	 margin-top: 100px !important; 
	 margin-top: 200px ; 
}

body * {

		background: url("tlo.png");
	 font-family: Verdana, Arial, Helvetica;
	 font-size: 12px;
	 color: #FFFFFF;
	 text-align: center
	}

img {
border: 0px;

}


p {
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    color: #FFFFFF;
}
p.copyright {
	text-align: center;
	font-size: xx-small;
	color: #999999;
}
p.copyright a {
	font-size: xx-small;
	color: #999999;
	text-decoration: none;
}
p.copyright a:visited {
	
	color: #999999;
}
p.copyright a:hover {
	
	color: white;
	text-decoration: underline;
}
p.copyright2 {
	text-align: center;
	font-size: xx-small;
	color: white;
}



table {
padding: 0;
	 border: 0px; 
	 margin: 0px auto 0px auto; 
	 text-align: center

}

td {

padding-left: 20px;
padding-right: 20px;

}

a {

text-decoration: none;

}

a:hover {

text-decoration: underline;

}


