/*****************************************************************************/
/* This style sheet contains default styles for all browsers.                */
/*****************************************************************************/

/* blocks */
body {
    margin:8px;
    line-height:1.185;
}
p {
    margin: 1em 0;
}
blockquote {
    margin: 1em 40px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight:bold;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
h2 {
    font-size: 1.5em;
    margin: .83em 0;
}
h3 {
    font-size: 1.17em;
    margin: 1em 0;
}
h4 {
    font-size:1em;
    margin: 1.33em 0;
}
h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}
h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}
address, em {
    font-style: italic;
}
pre, code {
    font-family:monospace;
}
pre {
    margin: 1em 0;
}
fieldset {
    border:1px solid #999;
    margin:0 2px;
    padding:10px;
}
legend {
    padding:0 2px;
}
/* tables */
table {
    border-spacing: 2px;
}
caption {
    text-align: center;
}
tr {
    vertical-align: inherit;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
}
thead {
    vertical-align: middle;
}
tfoot {
    vertical-align: middle;
}
td {
    vertical-align: inherit;
    text-align: inherit;
    padding: 1px;
}
th {
    vertical-align: inherit;
    font-weight: bold;
    padding: 1px;
}
/* inlines */
q:before {
    content: open-quote;
}
q:after {
    content: close-quote;
}
big {
    font-size: larger;
}
small {
    font-size: smaller;
}
sub {
    vertical-align: sub;
    font-size: smaller;
}
sup {
    vertical-align: super;
    font-size: smaller;
}
b,
strong {
    font-weight: bolder;
}
/* lists */
ul,
ol,
menu,
dir {
    list-style-type: disc;
    margin: 1em 0;
    padding-left:40px;
    line-height:1.26;
}
ol {
    list-style-type: decimal;
}
dl {
    margin:1em 0;
    line-height:1.26;
}
dd {
    margin-left:40px;
}
/* leafs */
a:focus {
    outline: 1px dotted;
}
/* titles */
abbr[title], acronym[title] {
    border-bottom: dotted 1px;
}
