/* MEDBORGERHUS.CSS  */
/* Standard style-sheet for Skovlunde Medborgerhus' hjemmeside */
/* Grundversion: 19.9.2001, senest rettet: 06.03.2008 */

BODY {  font-family:Arial, sans-Serif; 
        font: 12pt Arial;
/*      background: #F2DDCE;  den gamle baggrundsfarve: svag lyserød */
        background: #E0E0E0;  /* nu: lys sølvgrå */
        background-attachment: fixed;
}
H1 {    font: 36pt Arial;
        font-weight: bold;
        text-align:center;
        color:silver;
	outline-width:medium;
	outline-style:groove;
	outline-color:#0000FF;
}
H2 {    font:18pt Arial;
        font-weight: bold;
        text-align:center;
        color:black;
}
H3 {    font:14pt Arial;
        font-weight: bold;
        color:maroon;
}
H4 {    font:11pt Arial;
        font-weight: bold;
        color:purple;
}
H5 {    font:10pt Arial;
        font-weight: bold;
        color:navy;
}
H6 {    font:8pt Arial;
        font-weight: bold;
        color:aqua;
}
A:link {color : blue; text-decoration : underline}
A:visited {color : blue; text-decoration : underline}
A:hover {color : green; text-decoration : underline}
A:active {color : red; text-decoration : underline}

