<!-- Opmaak body -->

body	{
		padding-left: 10pt
		}

<!-- Opmaak cellen -->

td		{
		font-family: verdana, arial, helvetica;
		font-size: 10pt;
		color: #000066
		}

td.inhoud	{
		background-color: #FDFCE1;
		}

td.boektitel	{
		background-color: #FF9933;
		font-size: 10pt;
		font-weight: 700
		}

<!-- Opmaak tekst -->

h1		{
		font-size: 16pt;
		margin-bottom: 0pt
		}

.prijs	{
		padding-top: 10pt;
		font-weight: 600;
		font-size: 11pt
		}

.bijschrift
		{
		font-style: italic;
		color: CC0000;
		font-size: 8pt;
		}

li
		{
		margin-left: 30pt;
		margin-right: 30pt;
		list-style-image: url(images/listitem.gif)
		}

<!-- Opmaak links -->

a		{
		text-decoration: underline;
		color: #000066
		}

a:visited	{
		text-decoration: underline;
		color: #CC0000
		}

a:hover	{
		text-decoration: none;
		color: #6699FF
		}

a:active	{
		text-decoration: none;
		color: #6699FF
		}