/*
    Tripoli is a generic CSS standard for HTML rendering. 
    Copyright (C) 2007  David Hellsing

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation  either version 3 of the License  or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful 
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not  see <http://www.gnu.org/licenses/>.
*/

* { margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }
code {
  font: inherit; font-size: 1em;
}
kbd {
  font: inherit; font-size: 1em;
}
samp {
  font: inherit; font-size: 1em;
}
pre {
  font: inherit; font-size: 1em;
}
tt {
  font: inherit; font-size: 1em;
}
var {
  font: inherit; font-size: 1em;
}
textarea {
  font: inherit; font-size: 1em;
}
input {
  font: inherit; font-size: 1em;
}
select {
  font: inherit; font-size: 1em;
}
isindex {
  font: inherit; font-size: 1em;
}
dfn {
  font-style: normal;
}
i {
  font-style: normal;
}
cite {
  font-style: normal;
}
var {
  font-style: normal;
}
address {
  font-style: normal;
}
em {
  font-style: normal;
}
th {
  font-weight: normal;
}
b {
  font-weight: normal;
}
strong {
  font-weight: normal;
}
h1 {
  font-weight: normal;
}
h2 {
  font-weight: normal;
}
h3 {
  font-weight: normal;
}
h4 {
  font-weight: normal;
}
h5 {
  font-weight: normal;
}
h6 {
  font-weight: normal;
}
a {
  border: none;
}
img {
  border: none;
}
a img {
  border: none;
}
iframe {
  border: none;
}
form {
  border: none;
}
fieldset {
  border: none;
}
abbr {
  border: none;
}
acronym {
  border: none;
}
object {
  border: none;
}
applet {
  border: none;
}
table { border-collapse: collapse; border-spacing: 0; }
caption {
  text-align: left; vertical-align: top;
}
th {
  text-align: left; vertical-align: top;
}
td {
  text-align: left; vertical-align: top;
}
center {
  text-align: left; vertical-align: top;
}
body { line-height: 1; background: white; color: black; }
q { quotes: "" ""; }
ul {
  list-style: none;
}
ol {
  list-style: none;
}
dir {
  list-style: none;
}
menu {
  list-style: none;
}
sub {
  vertical-align: baseline;
}
sup {
  vertical-align: baseline;
}
a { color: inherit; }
