@charset "UTF-8";
/* CSS Document */
@media screen {
body {background-color: #D9D7FE; font-family: Verdana, Geneva, sans-serif; color: #999; font-size: 10px;}
.Plaatje{width: 400px; border: medium solid #FFF; display: block;}
.Titel {color: #ac57fb; font-size: 15px; display: block; height: auto; width: auto; background-color: #f0e1ff; font-family: "Comic Sans MS", cursive;}
.Beschrijving {color: #6749CF; font-size: 15px;	}
.notPrinted {font-size: 12px; font-family: "Comic Sans MS", cursive; color: #333;}
}
@media print {
body{font-family: "Comic Sans MS", cursive; color: #666; font-size: large;}
.Plaatje{display: block; left: 20%; bottom: 10%; position: static;}
.Titel {font-size: large}
.Beschrijving {font-size: large}
.notPrinted { display: none}
}



