/* ----- universal settings -----*/
body {margin:0px; padding:0px; background-color:#efefda; font-family:arial, san-serif; font-size: 10pt; color: #000000;}


/* ----- typography ----- */
.content {font-size: 10pt; color: #000000;}
.footer {font-size: 8pt; color: #000000;}
.copyright {font-size: 8pt; color: #000000;}


/* ----- unordered lists ----- */
ul li {margin-left: 16px;}


/* ----- links ----- */
.content a:link {text-decoration: none; color: #446c51;}
.content a:visited {text-decoration: none; color: #446c51;}
.content a:hover {text-decoration: underline; color: #446c51;}
.content a:active {text-decoration: none; color: #446c51;}

.footer a:link {text-decoration: none; color: #446c51;}
.footer a:visited {text-decoration: none; color: #446c51;}
.footer a:hover {text-decoration: underline; color: #446c51;}
.footer a:active {text-decoration: none; color: #446c51;}
.copyright a:link {text-decoration: none; color: #446c51;}
.copyright a:visited {text-decoration: none; color: #446c51;}
.copyright a:hover {text-decoration: underline; color: #446c51;}
.copyright a:active {text-decoration: none; color: #446c51;}


/* ----- backgrounds ----- */
.bg  {background: url(FILENAME.jpg) center top no-repeat;}