/*

    CSS Document


    Site: Vatten & Borrteknik i Småland
    URL: http://www.borrteknik.se
    Author: PS Kommunikation
    Version: 1.0

    Date: 2010.03.19

*/


/*
 *      HTML GENERAL
 *
 */

BODY {
	font-size:62.5%;     
    font-family:Arial, Verdana, sans-serif;
    color:#625959;
}
H1, H2, H3 {
    color:#3c3c3c;
	font-weight:bold; 	
	text-align:left;    
}
H1 {
    font-size:2.3em;  
    line-height:1.1em;
    margin:0 0 0.5em 0;
}
H2 {
    font-size:1.5em;
	font-weight:bold;      
    margin:1em 0 0.2em 0;
}
H3 {
    font-size:1.2em;
    font-weight:bold;
    margin:0 0 0.1em 0;
}
P {
    font-size:1.2em;
	line-height:1.4em;
    margin:0 0 1.0em 0;
    font-weight:normal;
}
UL {
    font-size:1.2em;
    list-style-type:square;
    margin:0 0 10px 25px;
}
UL LI {
    line-height:1.5em;
}
OL {
    font-size: 1.2em;
    list-style-type: decimal;
    margin:0 0 10px 30px;
}
OL LI {
    line-height:1.5em; 
}
IMG {
    border:none;
}
ABBR {
    border-bottom: dotted 1px;
    cursor: help;
}
EM {
    font-style:italic;
}
STRONG {
    font-weight:bold;
}
A {
    color:#0092b2;
}
A:HOVER {
    text-decoration: none
}

/*
 *      CLASSES
 *
 */



