/* Stylesheet "Algemeen.css" bij huiswerkles 16 */
/* ----------------------------------------------------- */
/* <TD|> codes */
/* Kopregel tabel bovenst rij */
td.kopb		{
			text-align:center;
			color:#0066ff;
			font-family:Arial;
			font-size:9pt;
			margin-top:0pt;
			margin-bottom:0pt;
			min-height:10pt;
			border-top:1px solid black;
			border-bottom:1px dotted black;
			border-left:1px dotted black;
			border-right:1px dotted black;
			background-color:#ffffcc;
			max-width: 365px;
			}
			
/* Kopregel tabel onderste rij */
td.kopo		{
			text-align:center;
			color:#ff0000;
			font-family:Arial;
			font-size:9pt;
			font-style:Italic;
			margin-top:0pt;
			margin-bottom:0pt;
			min-height:10pt;
			border-left:1px dotted black;
			border-bottom:1px solid black;
			border-right:1px dotted black;
			background-color:#ccffff;
			max-width:365px;
			}	
/* Tabelregel bovenst rij */
td.rijb		{
			text-align:left;
			color:#0066ff;
			font-family:Arial;
			font-size:9pt;
			margin-top:0pt;
			margin-bottom:0pt;
			min-height:9pt;
			border-top:1px solid black;
			border-left:1px dotted black;
			border-bottom:1px dotted black;
			border-right:1px dotted black;
			padding-left:5pt;
			background-color:#ffffcc;
			}
			
/* Tabelregel onderste rij */
td.rijo		{
			text-align:left;
			color:#ff0000;
			font-family:Arial;
			font-size:9pt;
			Font-style:Italic;
			margin-top:0pt;
			margin-bottom:0pt;
			min-height:9pt;
			border-left:1px dotted black;
			border-bottom:1px dotted red;
			border-right:1px dotted black;
			padding-left:5pt;
			background-color:#ccffff;
			}						

td.Knop		{
			text-align:center;
			}

		
			
/* EINDE <TD> CODES */
/* ----------------------------------------------------- */		

/* Kleur body en lettertype */

body.Hgom	{
			background-color:#ccffff;
			font-family:Arial;
			}
			
/* ----------------------------------------------------- */
/* TEKST-CODES */
h1.Hgom		{
			font-size:26px;
			color:#0000ff;
			}

p.Hgom		{
			font-size:15px;
			color:#0000ff;
			margin-top:2px;
			margin-bottom:2px;
			}
			
h2.Hgom		{
			font-size:18px;
			color:#0000ff;
			}

p.Knop		{
			text-align:left;
			font-size:16px;
			margin-left:10px;
			vertical-align:center;
			}	

p.Punt		{
			font-size:13px;	
			margin-left:5px;
			margin-top:2px;
			margin-bottom:0px;
			max-height:13px;
			color:#0000ff;
			}

p.Kop		{
			font-family:Arial;
			font-size:10pt;
			Font-style:Italic;
			color:#800080;
			text-align:center;
			}
			
			

	
			
			
			
			
			
			
			
			
			
			
			
			