body {
font-family: 'Times New Roman', serif;
font-size: 11pt;
color: #000;
background: #fff;
}
body a {
color: #00d!important;
}
h1 {
font-size: 16pt;
}
h2 {
font-size: 15pt;
}
h3 {
font-size: 14pt;
}
h4 {
font-size: 13pt;
}
p, li {
line-height: 1.3!important;
}
#sidebar, #outer div, #outer {
background: #fff;
color: #000;
border: none;
}

#head,#topnav,#skiplinks, #footer p, form, .breadcrumb {
display: none;
}
#footer .disclaimer {
display: block;
font-size: 9pt;
}
a:after {
content: " (" attr(href) ")";
color: #333;
text-decoration: none;
font-size: 10pt;
}
a[href^="/"]:after {
  content: " (http://www.ada-one.com" attr(href) ") ";
   }
a[href^="#"]:after {
content: "";
}