
body         { font-family:sans-serif; font-size: 10pt; background-color: silver; }
body.menu 	 { font-family:sans-serif; font-size: 10pt; background-color: blue; color=gold;}
body.submenu { font-family:sans-serif; font-size: 10pt; background-color: silver; }

p            { font-family:sans-serif; font-size: 10pt}
ul           { font-size:10pt}
td           { font-size:10pt; vertical-align:top;}
th           { font-size:10pt; vertical-align:top; background-color:#AAAAAA;}
td.definitie   { font-size:10pt; background-color:white; color:red; vertical-align:top;}
th.definitie   { font-size:10pt; background-color:red; color:white; vertical-align:top;}

a.menu-item 
{ text-decoration:none; 
	background-color:transparent; 
	font-style:italic; 
	font-stretch:wider; 
	cursor:pointer; 
	color:gold; 
	width:130; } 

a:hover.menu-item 
{ 	background-color:gold;
	color:blue; 
	width:130; } 
	
a:active.menu-item 
{ color:blue; 
  background-color:gold;
  width:130; 
}

A.submenu-item 
{ text-decoration:none; 
	background-color:transparent; 
	font-style:italic; 
	font-stretch:wider; 
	cursor:pointer; 
	color:black; 
	width:100; } 

a:hover.submenu-item 
{ 	background-color:red;
	color:white; 
	width:100; } 
	
a:active.submenu-item 
{ color:white; 
  background-color:red; 
  width:100;
}

a.alfabet 
{ text-decoration:none; 
	background-color:transparent; 
	font-style:italic; 
	font-stretch:wider; 
	cursor:pointer; 
	color:gold; 
	width:18; } 

a:hover.alfabet 
{ 	background-color:gold;
	color:blue; 
	width:18; } 
	
a:active.alfabet
{ color:blue; 
  background-color:gold;
  width:18; 
}