/* SNA Style Sheet
   981010 Påbörjat

    Warning: Microsoft IE3 will incorrectly treat em units as pixels.
    Percentage units or keywords may therefore be preferable.
    -> Kolla hur vanligt IE3 är!
    -> Använd em för margins, men ej font-size!
    Netscape doesn't like # comments in this file, but MSIE don't care!
*/

BODY {

    background: #FFFF99;
    color: maroon;
    }
    .para1 {
        font-family: "Times New Roman", Times, serif;
        font-size: 90%;
        margin-left:  1.5em;
        margin-right: 1em;
        text-indent: 0em;        /* NO Indent for first line in FIRST paragraph */
    }
    .para1liten {
        font-family: "Times New Roman", Times, serif;
        font-size: 80%;
        margin-left:  1.5em;
        margin-right: 1em;
        text-indent: 0em;        /* NO Indent for first line in FIRST paragraph */
    }
    .litenfont { /* Motsvarar ungefär font=-1 */
        font-family: "Times New Roman", Times, serif;
        font-size: 80%;
        margin-left:  1.5em;
        margin-right: 1em;
        text-indent: 1.5em; /* Indent for first line in paragraph */
        }
    .citat {
        background: lightyellow;
        color: navy;
        }
    .smallcaps {
        font-variant: small-caps;
        }
    .cour {
        font-family: "Courier New", Courier ;
        }
    .comic {
        font-family: "Comic Sans MS" ;
        }
    .bokTOC {
        background: #FFFF99; /* ljusare gul an vanlig FFFF99 backgrund */
        color: maroon; /* Funkar i MSIE, ej Netscape */
        }
    .tabletd {
        background: #FFFF99; /* ljusare gul an vanlig FFFF99 backgrund */
        color: maroon; /* Netscape kräva detta i TD */
        }
    .kontaktlista {  /* kontakt */
        text-indent: 0em; /* Indent for first line in paragraph */
        }
    .float1 { /*f&ouml;r vissa IMG (tex pcatlas.html */
        float:left;
        }
    .valign-bottom {
        vertical-align: bottom;
        }
    BR#mybr {clear:none}
    .raw {  /* Tex för vänster sidokolumn i pcatlas_ex_*.html
               Samt ortregister.pl o .html*/
        text-indent: 0em; /* First line in paragraph */
        margin-right: 0em;
        margin-left:  0em;
        text-align: left;
        background: #FFFF99;
        color: maroon; /* Netscape kräva detta i TD */
        }
    .normal2 {  /* ort.pl */
        background: #FFFF99;
        color: maroon;
        text-indent: 0em; /* First line in paragraph */
        margin-right: 0em;
        margin-left:  0em;
        text-align: left;
        font-size: 75%;
        }
    .rawraw {
        /* kontakt.html */
        margin-right: 0em;
        margin-left:  0em;
        text-indent: 0em;
        }
    .ul-raw {
        list-style-type: none;
        font-size: 90%;
        margin-left:  0em;
        margin-right:  0em;
        text-align: left;
        text-indent: 0em;
        }
    .ul-normal {
        list-style-type: disc;
        font-size: 80%;
        text-align: left;
        text-indent: 5em;
        }
    H1,H2,H3,H4,H5,H6 {
        background: #FFFF99;
        color: maroon;
        font-family: "Times New Roman", serif, Arial, sans-serif;
        }
    H1 {
        font-weight: bold;
        }
    H3 {
        margin-left:  1em;
        }
    UL {
        list-style-type: disc;
        font-size: 80%;
        }
    P {
        font-family: "Times New Roman", Times, serif;
        font-size: 90%;
        margin-left:  1.5em;
        margin-right: 1em;
        text-indent: 1.5em; /* Indent for first line in paragraph */
        }
    DIV {
        background: #FFFF99;
        color: maroon;
        }
    DL {
        margin-right:  1em;
        margin-left:  1.5em;
        font-size: 90%;
        background: #FFFF99; /* Netscape tar inte color fr&aring;n P*/
        color: maroon;
        }
    IMG { /* innehall,nyheter */
        border: 0 none;
        }
    TABLE {
        border-width: 0;
        background: #FFFF99;
        color: maroon;
        }
    .table {
        background: #FFFF99;
        color: maroon;
        }