/*
Project: ccsab.se
Purpose: style sheet
File:    style.css
Created: 2004-04-20
Updated: 2004-05-02
*/

BODY {
    margin:8px 28px 8px 8px;  /* top right bottom left */
    padding:0px;
    background: #ffffff url('res/bkg.jpg') center no-repeat fixed;
    color:#000000;  /* text color */
    border-style:none;
    scrollbar-face-color:#009cff; /* scrollbar colors (non-W3c) */
    scrollbar-width:4px;
}

BODY, TABLE, TBODY, TR, TD {
    font-family:Georgia,'Times New Roman',Times,serif;
    font-weight:normal;
    font-size:13pt;
    word-spacing:normal;
    letter-spacing:normal;
    text-decoration:none;
    line-height:1.2em;
}

TABLE, TR, TD {
    border-style:none;
    border-collapse:collapse;
    padding-left:2px;
    padding-right:2px;
    padding-top:0px;
    padding-bottom:0px;
}

P, BLOCKQUOTE, UL, OL, DL {
    margin-top:0.1em;
    margin-bottom:0.3em;
}
P.indent {
    text-indent:0.8em;
}

HR {
    width:100%;
    height:1px;
    margin-bottom:0.3em;
}

H1 {
    font-size:115%;
    font-weight:bold;
    font-style:italic;
    margin-top:0em;
    margin-bottom:0.3em;
}
H2 {
    font-size:100%;
    font-weight:bold;
    color:#666666;
    margin-top:0.1em;
    margin-bottom:0.8em;
}
H3 {
    font-size:100%;
    font-weight:normal;
    color:#666666;
    margin-top:0.1em;
    margin-bottom:0.8em;
}
H4, H5, H6 {
    font-size:125%;
    font-weight:bold;
    margin-top:0em;
    margin-bottom:0.3em;
}

UL {
    margin-top:0em;
    list-style-type:square;
}

LI {
    font-size:70%;
    margin-top:0em;
    margin-bottom:0em;
}

A, A:active, A:link, A:visited {
    color:#0277d8;
    text-decoration:underline;
}
A:hover {
    color:#0277d8;
    text-decoration:underline;
}

IMG {
    border:0px;
}

.nomargin { margin:0px; }
.small { font-size:10pt; }

@media print {
  BODY { background:none transparent; }
}

/* End of file */
