body {
 color: black;
 background-color: White;
 border: none;
 font-family: Verdana, Tahoma, sans-serif;
 font-size: 1em;
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 0px;
 }

a {
 font-family: Verdana, Tahoma;
 font-size: 1em;
 text-align: left;
 white-space: nowrap;
 }

a:link { 
 color: Brown;
 text-decoration: none;
 }

a:visited { 
 color: Silver;
 text-decoration: none;
 }

a:hover { 
 color: Red;
 text-decoration: none;
 }

p {
 font-family: Verdana, Tahoma;
 font-size: 1em;
 text-align: left;
 white-space: nowrap;
 color: black;
 }
 

table {
 background-color : White;
 border : none;
 margin : 0px;
 padding : 0px;
 text-align : left;
 font-size : 0.9em;
 vertical-align : middle;
 }
 
 .tl {
 text-align : right;
 }

.ttext {
 text-align :center;
 padding-left:15em;
 }