/*
Project: Lokala rådet - www.junsele.nu
Purpose: style sheet
File:    lokal.css
Created: 2006-04-20
Updated: 2006-04-20
*/

BODY {
    margin:8px 8px 8px 8px;  /* top right bottom left */
    background-color:#DBD2B0;
    color:#000000;  /*  text color */
    border-style:none;
		margin-bottom:0;
		margin-top:0;
   
}

BODY, TABLE, TBODY, TR, TD {
    font-family:tahoma, verdana,helvetica,sans-serif;
    font-weight:normal;
    font-size:10pt;
    word-spacing:normal;
    letter-spacing:normal;
    text-decoration:none;    
}

TABLE, TR, TD {
    background-color:#C8C98C;
    border-style:none;
    border-collapse:collapse;
    padding-left:2px;
    padding-right:2px;
    padding-top:0px;
    padding-bottom:0px;
}

TD.bkg{
background-color:#FFFFFF;
}

P, BLOCKQUOTE, UL, OL, DL, LI {
    margin-top:0.1em;
    margin-bottom:0.5em;
}
P.indent {
    text-indent:1em;
}

P.small {
    font-size:8pt;
		color:#595546; 
}
.white {
    background-color:#FFFFFF;
}


H1, H2, H3 {
    margin-top:0em;
    margin-bottom:0.5em;
}
H1 {
    font-size:300%;
    font-weight:bold;
}
H2 {
    font-size:200%;
    font-weight:bold;
}
H3 {
    font-size:150%;
    font-weight:bold;
}
H4, H5, H6 {
    font-size:100%;
    font-weight:bold;
    margin-top:0em;
    margin-bottom:0.3em;
		color:#600909;
}
H5, H6 {
    margin-bottom:0.1em;
}

A, A:active, A:link, A:visited {
    color:#000000;
    text-decoration:none;
}
A:hover {
    color:#000000;
    text-decoration:none;
}

IMG {
    border:0;
}

/* End of file */
