/* ----- universal settings -----*/

body {background-color: #8F6B29; font-family: arial, san-serif;}
.td1  {background: url(back.jpg) top right repeat-x}
.td2  {background: url(back1.jpg) top right no-repeat}
.td3  {background: url(back2.jpg) top right no-repeat}
.td4  {background: url(backm2.jpg) top right no-repeat}

/* ----- typography ----- */
.content {font-size: 10pt; color: #173e67;}
.footer {font-size: 8pt; color: #173e67;}
.copyright {font-size: 8pt; color: #173e67; text-align:center;}
.title {font-size: 8pt; font-weight: bold; text-transform: uppercase;}

/* ----- unordered lists ----- */
ul li {margin-left: 16px;}

/* ----- links ----- */
.content a:link {text-decoration: none; color: #7b353d;}
.content a:visited {text-decoration: none; color: #8F6B29;}
.content a:hover {text-decoration: underline; color: #7b353d;}
.content a:active {text-decoration: none; color: #7b353d;}
.footer a:link {text-decoration: none; color: #7b353d;}
.footer a:visited {text-decoration: none; color: #fff;}
.footer a:hover {text-decoration: underline; color: #7b353d;}
.footer a:active {text-decoration: none; color: #7b353d;}
.copyright a:link {text-decoration: none; color: #7b353d;}
.copyright a:visited {text-decoration: none; color: #fff;}
.copyright a:hover {text-decoration: underline; color: #7b353d;}
.copyright a:active {text-decoration: none; color: #7b353d;}