/* Master Stylesheet for Website www.vtr.nl */

html			{
			font-family:		"Comic Sans MS";
			font-size:		0.8em;
			text-align:		center;
			color:			cyan;
			background-color:	#000000;
			background-attachment:	fixed;
			}

body			{
			font-size:		1em;
			text-align:		center;
			margin-top:		0;
			}

a			{
			font-size:		1em;
			color:			lime;
			}
			
a:visited		{
			font-size:		1em;
			color:			lime;
			}
			
a:active		{
			font-size:		1em;
			color:			lime;
			}
			
a:hover			{
			font-size:		1em;
			color:			green;
			background-color:	lime;
			}

frameset		{
			font-size:		1em;
			text-align:		center;
			border:			1pt;
			border-width:		1pt;
			color:			cyan;
			margin:			0pt;
			}
		
frame			{
			font-size:		1em;
			text-align:		center;
			border:			1pt;
			color:			cyan;
			margin:			0pt;
			}
		
h1, h2, h3, h4, h5, h6	{
			margin-top:		0;
			margin-bottom:		0;
			color:			yellow;
			font-weight:		normal;
			}

h1			{
			font-size:		1.25em;
			}

h2			{
			font-size:		2.00em;
			}

h3			{
			font-size:		2.75em;
			}

h4			{
			font-size:		3.50em;
			}

h5			{
			font-size:		4.25em;
			}

h6			{
			font-size:		5.00em;
			}

hr			{
			color:			cyan;
			width:			75%;
			}
			
p			{
			align:			center;
			text-align:		center;
			}

div			{
			align:			center;
			text-align:		center;
			}

img			{
			border:			0pt;
			}

table			{
			font-size:		1em;
			border-collapse:	collapse;
			width:			90%;
			}

tr			{
			}

td			{
			align:			center;
			text-align:		center;
			border:			1pt solid cyan;
			}

th			{
			align:			center;
			text-align:		center;
			border:			1pt green solid;
			}

