<style>

A:link
{ text-decoration: underline; bold; color:#000000; }
A:visited
{ text-decoration: underline; bold; color:#000000; }
A:active
{ text-decoration: underline overline; bold; color:#808080; }
A:hover
{ text-decoration: underline overline; bold; color:#808080; }

body { background-image: url(images/bg02.jpg);
background-repeat: no-repeat;
background-position: top left;
background-attachment: scroll;
font-family: tahoma, arial, verdana, times new roman;
color: #000000; }

</style>