/* ----- universal settings -----*/
body {background-color: #5c0000; font-family: verdana, san-serif;}
table#content {font-size: 8pt; color:#333}

.td1  {
  background: url(left.jpg) top right no-repeat}

.td2  {
  background: url(right.jpg) top left no-repeat}


/* ----- typography ----- */
.content {font-size: 8pt; color: #333;}
.footer {font-size: 7pt; color: #fff;}
.copyright {font-size: 7pt; color: #fff; text-align:center;}


/* ----- unordered lists ----- */
ul li {margin-left: 16px !important;}


/* ----- links ----- */
.content a:link {text-decoration: none; color: #5c0000;}
.content a:visited {text-decoration: none; color: #01533D;}
.content a:hover {text-decoration: underline; color: #5c0000;}
.content a:active {text-decoration: none; color: #5c0000;}
.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;}