/**
 * Stylesheet Cattery van de Moeshoek
 */

body {
color : black;
background : #C0C0C0 url('http://gezondheid.noorseboskatten.net/images/AchtergrondPagina.jpg');
background-repeat: repeat; 
font-family : Sylfaen, 'New York', Garamond;
font-size : 10pt;
font-style : normal;
letter-spacing: 1;
/* de em waarde is de bovenmarge, het getal erna de linkermarge */
margin: 0em 10;
}

/* een paragraaf */

p {
    line-height: 150%;
    font-size : 10pt;
    font-style : normal;
    letter-spacing: 1;
}


/* de links */

a {
    text-decoration: none; 
    color : #800000;
 
}

a:visited {
    text-decoration: none;
    color : #171a85;
}

a:hover {
    font-weight: 600;
    color : #800000;
}

/* de headings */


h1 {
    font-family : Sylfaen, 'New York', Garamond;
    margin-top: 30px;
    font-size : 24pt;
    font-weight: 100;
    letter-spacing: 2;
    text-align: center;


}

h2 {
    font-family : Sylfaen, 'New York', Garamond;
    font-size: 14pt;
    font-weight: 100;
}

h3 {
	font-family : Sylfaen, 'New York', Garamond;
    font-size: 12pt;
    font-weight: 300;
    margin-bottom: -14px;
}

h4 {
    margin-top: -3px;
    line-height: 150%;
    font-size : 10pt;
    font-style : normal;
    font-weight: 100;
    letter-spacing: 1;
    color : #000080;
}


/* de tabellen */


tr, td {
	font-size : 10pt;
	word-spacing : normal;
    line-height: 150%;
	letter-spacing : 1;
	text-transform : none;
	font-family : Sylfaen, 'New York', Garamond;
}