A:link, A:visited
{
font-family: Arial;
text-decoration: none;
font-size: 8 pt;
font-weight:bold;
color : green;
text-decoration: none;
}

A:vlink{
font-family: Arial;
text-decoration: none;
font-size: 8 pt;
font-weight:bold;
color : yellow;
text-decoration: none;
}

A:active 
{
font-family: Arial;
text-decoration: none;
font-size: 8 pt;
font-weight:bold;
color : green;
text-decoration: none;
}

A:hover 
{font-family: Arial;
text-decoration: underline;
font-size: 8 pt;
font-weight: bold;
color: red;
}


P
{
font-size: 15;
text-align: justify;
text-indent: 25;
color: #000000;
margin: 15px;
}
BODY
{
margin: 15px;
background-image: url(tlo.jpg);
background-attachment:fixed;
background-repeat: repeat-y;
}

TD
{
padding:5px 5px 5px 5px;
}