body				{
						counter-reset:articlenumber vanhengelround vanlentround CRarticlenumber;
					}

body.schaakeltitel	{ background-color:#F5FBF7; }

p					{ font-family: Verdana }
h1					{ font-family: Verdana }
h2					{ font-family: Verdana }
h3					{ font-family: Verdana }
h4					{ font-family: Verdana }

.schaakelbackground	{ background-image:url('schaakel/omslag.jpg'); }

div.crosstable		{
						width:2000px;
						overflow:auto;
					}

div.schaakelpage		{
						position:absolute;
						top:10px; left:10px;
						width: 570px;
						height: 700px;
						border-style: solid;
						border: 2px"
					}
div.schaakeltext	{
						position:absolute;
						top:10px; left:50px;
						width: 450px;
						height: 700px;
						border-style: solid;
						border: 2px";
					}
div.navigation		{
						position:absolute;
						top:700px; left:10px;
						width: 560px;
						height: 200px;
					}


p.schaakeltext 		{
						font-family: courier;
						line-height:100%;
					}

p.schaakelfoto 		{ font-family: Times New Roman; }
p.schaakel			{
						font-family: Book Antiqua;
						color:#107B47;
					}
p.schaakeltitel 		{
						font-family: Georgia;
						font-size:55px;
						color:#D5A334;
					}
h1.schaakel 			{
						font-family: Book Antiqua;
						font-size:40px;
						color:#107B47;
					}
h2.schaakel			{
						font-family: Book Antiqua;
						color:#107B47;
					}

div.advertentie		{
						float:right;
						top:20px;
						right:40px;
						width: 300px;
						height: 110px;
						border-style: solid;
						border: 1px solid;
						padding-left: 10px; 
						padding-right: 10px; 
					}

table				{
						font-family: Verdana;
						border-color: #000000;
					}
ol					{ font-family: Verdana }
ol.lowercase			{ list-style-type: lower-alpha }
ol.uppercase			{ list-style-type: upper-alpha }
ul					{ font-family: Verdana }
ul.nobullits			{
						list-style-type: none;
					}
ul.smallmargin		{
						padding:5px;
						margin: 5px;
					}
.article			{ text-decoration:underline }
.article:before		{
						counter-increment:articlenumber;
						content:"Artikel " counter(articlenumber);
					}
.CRarticle:before	{
						counter-increment:CRarticlenumber;
						content:"Artikel " counter(CRarticlenumber) ". ";
					}
.vanlent:before	{
						counter-increment:vanlentround;
						content:"Cor van Lentcompetitie ronde " counter(vanlentround);
					}
.vanhengel:before	{
						counter-increment:vanhengelround;
						content:"Hans van Hengel zomertoernooi ronde " counter(vanhengelround);
					}

.center				{ text-align: center }
.left				{ text-align: left }
.right				{ text-align: right }
.justify			{ text-align: justify }
.blackbackground	{ background: black }
.graybackground		{ background: #ededed }
.underlined			{ text-decoration:underline }
.bold				{ font-weight:bold }

.yellowbackground	{ background-color:#ffff00 }

.smallfont			{ font-size:12px }
.courier			{ font-family: Courier }

td					{
						padding-right:3px;
						padding-left:3px;
					}
		
img.floatleft 		{ 
						float: left; 
						margin: 4px; 
					}


a:link				{ color: #0000FF }	/* unvisited link */
a:visited			{ color: #800080 }	/* visited link */


