body, p,  li
  { color: #000000; font-size: 12px; font-family: Tahoma, Arial, sans-serif }

/* Because Netscape Navigator 4 does not allow inheritance into tables, and breaks inheritance after tables, rather than simply setting properties on the body and relying on inheritance, we explicitly set the properties using a selector group. */
h1, h2, h3, h4, h5, h6
{background-color: #E5EDF9;
color: #000000;
font-family: ,Tahoma, Arial, sans-serif;
font-weight: bold}
body {SCROLLBAR-FACE-COLOR: #EBEBEB;
SCROLLBAR-HIGHLIGHT-COLOR: #EBEBEB; 
SCROLLBAR-3DLIGHT-COLOR: #333366; 
SCROLLBAR-ARROW-COLOR: #333366; 
SCROLLBAR-DARKSHADOW-COLOR: #333366; 
SCROLLBAR-BASE-COLOR: #EBEBEB}

h2
{}

h3
{}

h4
{}

h5
{}

h6
{}

b
{color: #666666;
font-family: ,Tahoma, Arial, sans-serif;
font-size: 12px}

p
{}
p.kop { color: #666; font-size: 18px; font-family: Arial; font-weight: 700; margin-bottom: 6px }
a:link       { text-decoration: none; color: #a2a2a2 }
a:active     { text-decoration: none; color: #a2a2a2  }
a:visited    { text-decoration: none; color: #a2a2a2 }
a:hover      { text-decoration: underline; color: #FAB804}
/* This basic style sheet provides selectors for the most commonly used elements. Use it as the basis for your style sheets. */

