/*
    Derived from RichInStyle AlwaysWork stylesheet.
    URLs: 
        http://www.richinstyle.com/free/alwayswork.html
        http://www.richinstyle.com/free/all.css

    IE3 and NS4 are supported. We want to make sure that
    text is readable in these first-generation CSS-supporting
    browsers.

    Use @import to bring in
    - user-modifiable font sizes (em instead of px)
    - layout tricks

*/

@import url(fontsize.css);
@import url(layout.css);
.dummy {
    color: red
}

/* 
    ---
    Sensible defaults for fonts and font-sizes
    ---

    (There are quite a few entries that seem to be just
    specifying the browser defaults. Let's leave them in for
    completeness' sake.)
*/

address, blockquote, body, caption, center, dd, dir, div, dl, dt, form, li, menu, ol, p, pre, td, th, tr, ul {
    font-family: sans-serif;
    font-size: 16px
}

a {
    cursor: pointer;
    background: transparent
}

address {
    font-style: italic
}

big {
    font-size: 19px
}

blockquote {
    font-style: italic
}

body {
    margin: 0;
    /*
    margin-left: 10%;
    margin-right: 8%;
    padding: 0;
    */
    cursor: default
}

button {
    cursor: auto
}

cite {
    font-style: italic
}

code, kbd, samp, tt {
    font-size: 14px
}

dt {
    font-weight: bold
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    font-family: sans-serif
}

h1 {
    font-size: 28px
}

h2 {
    font-size: 28px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 21px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

html {
    margin: 0; 
    padding: 0
}

input {
    cursor: auto
}

ol {
    list-style: decimal
}

ul ul ol ol, ul ol ul ol, ol ul ol ol, ol ol ul ol, ol ul ol, ol ol {
    list-style: lower-alpha
}

ol ul ol ol, ol ol ul ol, ul ol ol ol, ol ol ol {
    list-style: lower-roman
}

ol ol ol ol {
    list-style: decimal
}

pre {
    margin-left/* */ : 0;
    white-space: pre
}

small, sub, sup {
    font-size: 13px
}

textarea {
    cursor: text
}

td {
    margin-left: 0
}

th {
    font-weight: bold;
    text-align: center;
    margin-left: 0
}

ul, menu, dir {
    list-style: disc
} 

ul ul, ol ol ul ul, ol ul ol ul, ul ol ol ul, ol ul ul, ul ol ul {
    list-style: circle
}

ol ul ul ul, ul ol ul ul, ul ul ol ul, ul ul ul {
    list-style: square
}

ul ul ul ul {
    list-style: disc
}


/*
    ---
    Basic preferences 
    ---

    Leave the fancier things to be @import-ed.
*/
address, blockquote, body, caption, center, dd, dir, div, dl, dt, form, li, menu, ol, p, pre, td, th, tr, ul {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    color: #333;
}

a:link {
    color: #f60;
    text-decoration: underline
}

a:visited {
    color: #f60;
    text-decoration: underline
}

a:active {
    color: #f60;
    text-decoration: underline
}

a:hover {
    color: #f60;
    text-decoration: underline
}

body {
    background: #ffffff;
    /*
    margin-left: 10%;
    margin-right: 8%
    */
}

h1, h2, h3, h4, h5, h6 {
    color: #990000;
    font-family: Verdana, Helvetica, Arial, sans-serif
}

h1 {
    margin-left/* */ : -4%
}

h2 {
    margin-left/* */ : -4%
}

h3 {
    margin-left/* */ : -3%
}

h4 {
    margin-left/* */ : -3%
}

h5 {
    margin-left/* */ : -2%
}

h6 {
    margin-left/* */ : -1%
}

pre {
    border: solid thin;
    padding: 1em 3%
}
