/* elements */

body {
 margin: 0;
 padding: 0;
 font: 13pt/1.5 Georgia, Palatino, "Times New Roman", Times, serif;
 color: #000;
 background: none !important;
 background-image: none !important;
 border: 0;
}

abbr, acronym {
 border-bottom:none;
}

abbr:after, acronym:after {
 content: " ("attr(title)")";
 font-size: 90%;
}

a:link, a:visited {
 color: #132a4f;
 font-weight: bold;
 font-style: normal;
 text-decoration: underline;
}

a:link:after, a:visited:after {
 padding-left: .5em;
 content: " ("attr(href)")";
 font-size: 90%;
}

del {
 font-style: normal;
 text-decoration: line-through;
}

em {
 font-style: italic;
}

h3 {
 font-size: 1.5em;
 font-weight: bold;
}

hr {
 margin: 22px auto;
 width: 60%;
 text-align: center;
}

ins {
 font-style: normal;
 text-decoration: none;
}

p {
 margin: 0;
 padding: .5em 1em 0 0;
 width: auto;
 font-size: 1em;
 text-align: left;
}

strong {
 font-weight: bold;
}

/* divs */

#header, #sidebar, #footer {
 display: none;
}

#wrapper, #content {
 float: none !important;
 margin: 0 5%;
 padding: 0;
 width: auto;
 background: transparent;
}

#content a[href^="/"]:after {
 content: " (www.limyanko.com" attr(href)")";
 font-size: 90%;
}

#content a[href^="#f"]:after {
 content: "(footnote)";
 font-size: 90%;
}

/* other named objects, classes */

ol.foot:before {
 content: "Footnotes:";
}
