/* ----- universal settings -----*/
body {margin:0px; padding:0px; background-color:#A63A2A; font-family:arial, san-serif;}
td {font-size: 10pt; color: #6d471b;}


/* ----- typography ----- */
.content {font-size: 10pt; color: #6d471b;}
.footer {font-size: 8pt; color: #fff;}
.copyright {font-size: 8pt; color: #fff;}


/* ----- links ----- */
.content a:link {text-decoration: none; color: #A63A2A;}
.content a:visited {text-decoration: none; color: #1C3E77;}
.content a:hover {text-decoration: underline; color: #A63A2A;}
.content a:active {text-decoration: none; color: #A63A2A;}

.footer a:link {text-decoration: none; color: #fff;}
.footer a:visited {text-decoration: none; color: #1C3E77;}
.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: #1C3E77;}
.copyright a:hover {text-decoration: underline; color: #fff;}
.copyright a:active {text-decoration: none; color: #fff;}


/* ----- backgrounds ----- */
.bg  {background: url(FILENAME.jpg) center top no-repeat;}


/* ----- other stuff ----- */
ul li {margin-left: 16px;}
ul li {margin-left: 0px; list-style-image: url(bullet.gif);}