<STYLE>


h1
{
color:red;
}

body
{
;background-color:beige;
;background-image: url('watermark.gif');
;background-repeat: repeat;
;background-attachment: fixed;
background: #FFE7B7 url("bg-body.jpg") repeat-x;

}



table a:
{
border-width: 0;
border-color: white;
border-style: none;
}

table a:visited:
{
border-width: 0;
border-color: white;
border-style: none;
}

table a:link:
{
border-width: 0;
border-color: white;
border-style: none;
}


img
{
border-style: none;
}



table a:hover
{
border-width: 4;
border-color: #ff9c00;
border-style: dotted;
border-top-style:none;
border-right-style:none;
}



</style>

