body {
background-color: transparent;
font-size: 12pt;
font-family:'Times New Roman',Times,serif;
color:#000000; }

#container  { 
background-color:transparent;
padding: 0px;
margin: 0px;
}


a:after, a:link:after  { 
color: #000000;
text-decoration: none;
background-color:transparent; 
content: " * Link " attr(href) "* "; }
}
a:visited:after {
color:#000000; 
text-decoration: none;
background-color:transparent;
content: " * Link " attr(href) "* "; }

a, a:visited, a:hover, a:visited:hover {
  color: #000000;
  background: transparent;
  text-decoration: none;
}



#footer {
  border-top: 1.5pt solid;
  font-size: .95em;
  color: #333;
  text-align: center;
}

ol, ul, li {
  font-size: 1.0em;
  line-height: 1.8;
  margin-top: .2em;
  margin-bottom: .1em;
}
	
p {
  font-size: 1.0em;
  line-height: 1.5;
  margin: 0 0 1em 0;
}
