/**
 * Stylesheet diergeneesmiddelen.info
 */

body {
background : #C0C0C0 url('http://diergeneesmiddelen.info/images/AchtergrondFadeToGrey.jpg');
color : black;
font-family : 'Trebuchet MS', Arial;
font-size : 10pt;
font-style : normal;
/* 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;
	font-family : 'Trebuchet MS', Arial;
   
}


/* de links */

a {
    text-decoration: none; 
    color : #800000;
 
}

a:visited {
    text-decoration: none;
    color : #7d5959;
}

a:hover {
    font-weight: 600;
    color : #800000;
}

/* de headings */


h1 {
	font-family : 'Trebuchet MS', Arial;
    font-size : 24pt;
    text-align: center;
    font-weight: 100;
}

h2 {
	font-family : 'Trebuchet MS', Arial;
    font-size: 12pt;
    font-weight: 600;
}

/* de tabellen */

table, tbody {
	horizontal-align : center;
}

tr, td {
	font-size : 10pt;
	word-spacing : normal;
    line-height: 150%;
	text-transform : none;
	font-family : 'Trebuchet MS', Arial;
}

.hidden 
{position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;}