/* ----- universal settings -----*/

body {background-color: #892525; font-family: arial, san-serif;}
.td1  {background: url(redbg.jpg) top right repeat-y}
.td2  {background: url(redbg2.jpg) top left repeat-y}
td {font-size: 10pt; color: #auto;}

/* ----- typography ----- */
.content {font-size: 10pt; color: #auto;}
.footer {font-size: 8pt; color: #FFFFFF;}
.copyright {font-size: 8pt; color: #FFFFFF; text-align:center;}


/* ----- unordered lists ----- */
ul li {margin-left: 16px;}


/* ----- links ----- */
.content a:link {text-decoration: none; color: #540500;}
.content a:visited {text-decoration: none; color: #892525;}
.content a:hover {text-decoration: underline; color: #auto;}
.content a:active {text-decoration: none; color: #540500;}
.footer a:link {text-decoration: none; color: #FFFFFF;}
.footer a:visited {text-decoration: none; color: #F6F0E3;}
.footer a:hover {text-decoration: underline; color: #F6F0E3;}
.footer a:active {text-decoration: none; color: #FFFFFF;}
.copyright a:link {text-decoration: none; color: #FFFFFF;}
.copyright a:visited {text-decoration: none; color: #F6F0E3;}
.copyright a:hover {text-decoration: underline; color: #F6F0E3;}
.copyright a:active {text-decoration: none; color: #FFFFFF;}