
h1  {font-size:19pt; font-weight:bold; color:blue}
h4  {font-size:16pt; font-weight:bold; color:#4169E1}
h5  {font-size:smaller; font-weight:bold; color:black}
h6  {font-size:xx-small; font-weight:bold; color:black}
h7  {font-size:16pt; font-weight:bold; color:#4169E1}
h9  {font-size:6pt; font-weight:bold; color:black}
h3  {font-size:1pt; color:darkseagreen}

h2  {font-size:1pt; color:#006699}
<!-- h0 werkt nooit -->
h0  {font-size:2pt; color:#006699}
h3  {font-size:16pt; color:#fff}


body { font-family: Verdana, serif, Arial; font-size: 11pt}
body {background:#006699; color:#006699}
.extra {background:ivory; color:darkgreen}

a:link {color:blue; font-style:normal; text-decoration:none}
a:active {color:purple; font-style:italic; text-decoration:none}
a:visited {color:blue; font-style:normal; text-decoration:none}
a:hover {color:red; font-style:normal;}

#bestel_layout {
 background-color: #EEE8AA;
 color: black;
}

#header_layout {
 background-color: #9cc;
 color: #333;
}

#menu_layout {
 background-color: #69f;
 color: #fff;
}
#tekst_layout {
 background-color: #9cc;
 color: #333;
}

#navigatie_layout {
 font-family: verdana, Helvetica, Arial, sans-serif;
 font-weight: bold;
 width: 9em;
 border-right: 1px solid #666;
 padding: 0;
 margin-bottom: 1em;
 background-color: #9cc;
 color: #333;
}

#navigatie ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

#navigatie ul li {
 margin: 0;
 border-top: 1px solid #003;
}

#navigatie ul li a {
 display: block;
 padding: 2px 2px 2px 4px;
 border-left: 10px solid #369;
 border-right: 1px solid #69c;
 border-bottom: 1px solid #369;
 background-color: #036;
 color: #fff;
 text-decoration: none;
 width: 100%;
}

html>body #navigatie ul li a {
 width: auto;
}

#navigatie ul li a:hover {
 border-left: 10px solid #036;
 border-right: 1px solid #69c;
 border-bottom: 1px solid #369;
 background-color: #69f;
 color: #fff;
}

#navigatie ul li a:focus {
 border-left: 10px solid #036;
 border-right: 1px solid #69c;
 border-bottom: 1px solid #369;
 background-color: #69f;
 color: #fff;
}


