/* ----- universal settings -----*/

body {background-color: #ffffff; font-family: verdana, san-serif;}
.td1  {background: url(back3.jpg) top right repeat-x}
.td2  {background: url(back.jpg) top no-repeat}

/* ----- typography ----- */
.content {font-size: 8pt; color: #auto;}
.footer {font-size: 7pt; color: #auto;}
.copyright {font-size: 7pt; color: #auto; text-align:center;}


/* ----- unordered lists ----- */
ul li {margin-left: 16px;}


/* ----- links ----- */
.content a:link {text-decoration: none; color: #257a19;}
.content a:visited {text-decoration: none; color: #529DC3;}
.content a:hover {text-decoration: underline; color: #257a19;}
.content a:active {text-decoration: none; color: #257a19;}
.footer a:link {text-decoration: none; color: #257a19;}
.footer a:visited {text-decoration: none; color: #529DC3;}
.footer a:hover {text-decoration: underline; color: #257a19;}
.footer a:active {text-decoration: none; color: #257a19;}
.copyright a:link {text-decoration: none; color: #257a19;}
.copyright a:visited {text-decoration: none; color: #529DC3;}
.copyright a:hover {text-decoration: underline; color: #257a19;}
.copyright a:active {text-decoration: none; color: #257a19;}