body{
                      background-image: url(tlo.gif);
		      background-color: #aa8bab;	
                      background-repeat: repeat-x;
                    }
table {
                    font-family: Tahoma; 
                    font-size: 8pt; 
                    color: black; 
                    text-align: center;
                    }
table.tlo {
                    table-layout: auto;
                    width: 100%;
                    height: 100%;
		    margin-top: 0px;
                    }
a {
                    font-family: Tahoma; 
                    font-size: 9pt;
                    text-align: center;
                    color: #5a5a5a;
                    text-decoration: none;
                    }
                    a:hover {
                    color: #de0b0b;
                    text-decoration: none;
                    }