/* ----- universal settings -----*/

body {background-color: #85734B; font-family: verdana, san-serif;}
.td1  {background: url(FILENAME.jpg) top right no-repeat}

td {font-size:8pt;}

/* ----- typography ----- */
.content {font-size: 8pt; color: #auto;}
.footer {font-size: 7pt; color: #fff;}
.copyright {font-size: 7pt; color: #fff; text-align:center;}


/* ----- unordered lists ----- */
ul li {margin-left: 16px;}


/* ----- links ----- */
.content a:link {text-decoration: none; color: #85734B;}
.content a:visited {text-decoration: none; color: #85734B;}
.content a:hover {text-decoration: underline; color: #85734B;}
.content a:active {text-decoration: none; color: #85734B;}
.footer a:link {text-decoration: none; color: #fff;}
.footer a:visited {text-decoration: none; color: #fff;}
.footer a:hover {text-decoration: underline; color: #fff;}
.footer a:active {text-decoration: none; color: #fff;}
.copyright a:link {text-decoration: none; color: #fff;}
.copyright a:visited {text-decoration: none; color: #fff;}
.copyright a:hover {text-decoration: underline; color: #fff;}
.copyright a:active {text-decoration: none; color: #fff;}