/* Natasja Alers - CSS Document */

body {
 font-family: 			"Trebuchet MS", Verdana, Courier New, Georgia, MS Serif, New York, sans-serif;
 margin: 				10px;
 background-color: 		#d2b387;
 background-attachment:	fixed;
 font-size:				10pt;
 line-height: 			15pt;
 color: 				#000;
 }

/*tekst algemeen*/

h1{ 
 font-family: 	"Trebuchet MS", "Times New Roman", Georgia, Courier, Arial, Verdana, sans-serif;
 font-size: 	26pt;
 line-height:	14pt;
 color: 		#544832;
}


p {
 font-size: 	10pt;
 line-height: 	15pt;
 color: 		#000;
}

img {	
 border: 		0;
}

/*links in tekst*/

a {
 color: 			#544832;
 font-weight:		normal;
					}

a:link {
 font-weight:		normal;
 color: 			#544832;
 text-decoration: 	underline;
					}
					
a:visited {			
 font-weight:		normal;
 color: 			#544832;
 text-decoration: 	underline;
					}
					
a:hover {
 font-weight:		normal;
 color: 			#FFFFFF;
 text-decoration: overline underline;
					}
a:active {
 font-weight:		normal;
 color: 			#544832;
 text-decoration: 	underline;
					}
/*end links in tekst*/
