/* ----- universal settings -----*/
body {margin:0px; padding:0px; background: url(FILENAME.jpg) center top no-repeat #fcf3d2; font-family:verdana, san-serif; font-size: 8pt; color: #666;}
td {font-size: 8pt; color: #666;}
p {margin:0px; padding:0px;}
.tdl  {background: url(left.jpg) right top no-repeat}
.tdr  {background: url(right.jpg) left top no-repeat}


/* ----- typography ----- */
.content {font-size: 8pt; color: #666;}
.footer, .copyright {font-size: 7pt; color: #666;}


/* ----- links ----- */
a:link {text-decoration: none; color: #374e68;}
a:visited {text-decoration: none; color: #374e68;}
a:hover {text-decoration: underline; color: #374e68;}
a:active {text-decoration: none; color: #374e68;}

.footer a:link, .copyright a:link {text-decoration: none; color: #374e68;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #374e68;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #374e68;}
.footer a:active, .copyright a:active {text-decoration: none; color: #374e68;}


/* ----- backgrounds ----- */
.bg {background: url(FILENAME.jpg) center top no-repeat;}


/* ----- other stuff ----- */
ul li {margin-left: 16px; list-style-image: url(bullet.jpg);}