/* ----- universal settings -----*/
body {margin:0px; padding:0px; background: url(back.jpg); font-family:georgia, serif;}
td {font-size: 8pt; color: #000;}
.td1  {background: url(back2.jpg) top right no-repeat}
.td2  {background: url(back3.jpg) top right repeat-x}

/* ----- typography ----- */
.content {font-size: 8pt; color: #000;}
.footer {font-size: 8pt; color: #000;}
.copyright {font-size: 8pt; color: #000;}


/* ----- links ----- */
.content a:link {text-decoration: none; color: #355733;}
.content a:visited {text-decoration: none; color: #355733;}
.content a:hover {text-decoration: underline; color: #355733;}
.content a:active {text-decoration: none; color: #355733;}

.footer a:link {text-decoration: none; color: #355733;}
.footer a:visited {text-decoration: none; color: #355733;}
.footer a:hover {text-decoration: underline; color: #355733;}
.footer a:active {text-decoration: none; color: #355733;}
.copyright a:link {text-decoration: none; color: #355733;}
.copyright a:visited {text-decoration: none; color: #355733;}
.copyright a:hover {text-decoration: underline; color: #355733;}
.copyright a:active {text-decoration: none; color: #355733;}


/* ----- backgrounds ----- */
.bg  {background: url(FILENAME.jpg) center top no-repeat;}


/* ----- other stuff ----- */
ul li {margin-left: 12px;}
ul {list-style-image: url('bullet.jpg');}