
a:link       { color: #FF0000 }
a:hover      { color: #FF9900 }
a:visited    { color: #808000 }
body         { margin:0 20px; background-color: rgb(255, 255, 204); color: #808000; font-size: 12pt; font-family: Arial}
h1           { color: rgb(102, 153, 51); font-size: 24pt; font-weight: normal; font-style: normal }
h2           { color: rgb(255, 102, 0); font-size: 18pt; font-weight: normal }
h3           { color: rgb(153, 204, 102); font-size: 14pt; font-weight: normal }
h4           { color: rgb(255, 153, 0); font-size: 12pt }
h5           { color: rgb(102, 153, 51); font-size: 10pt }
h6           { color: rgb(255, 102, 0); font-size: 8pt }
button       { background-color: rgb(102, 153, 51); color: rgb(255, 255, 255) }
label        { color: rgb(102, 102, 0) }

form         { margin-left: 0; margin-right: 0 }
textarea     { color: rgb(0, 0, 0) }
fieldset     { color: rgb(0, 0, 0) }
legend       { color: rgb(153, 204, 102) }
select       { color: rgb(0, 0, 0) }
caption      { color: rgb(153, 204, 102); font-style: normal; font-size: 14 pt }
th           { color: rgb(102, 102, 0) }
button       { font-size: 8pt; font-style: normal; border-style: solid;
               border-width: 1pt;}
fieldset     { font-size: 8pt; font-style:
               normal; border-style: solid; border-width: 1pt }
label        { font-style: normal; font-size: 8pt }
legend       { font-style: normal; font-size: 8pt; font-family:
               'Trebuchet MS', Arial, Helvetica }
marquee      { font-family: Arial, Helvetica; font-size: 14pt }
select       { font-style: normal; font-family: Arial; font-size:
               8pt; border-style: solid; border-width: 1pt }
table        { vertical-align: 0; font-size: 12pt; margin-left: 0; font-family:Arial}
textarea     { font-size: 10pt; font-family: Arial; border-style: solid; border-width: 1pt }
th           { font-family: Arial, Helvetica; font-style: normal}

/* horizontaal menu - class menuh */
ul.menuh
{
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none; font-weight:bold
}

ul.menuh a
{
border:1px solid #FF0000; float:left;
text-decoration:none;
display: block;
color:#FFFFCC;
background-color:#FF0000;
padding-left:0.4em; padding-right:0.4em; padding-top:0.2em; padding-bottom:0.2em
}

ul.menuh a:link {color: #ffffcc; background-color:red}
ul.menuh a:visited {color: #ffffcc; background-color:red}
ul.menuh a:hover {color:red; background-color:#ffffcc}
ul.menuh a:active {color:red; background-color:#ffffcc}

ul.menuh li {display:inline}

/* verticaal menu - class menuv */
ul.menuv
{
float:left;

padding:0;
margin:0;
list-style-type:none; font-weight:bold
}
ul.menuv a
{
width: 10em;
display: block;
text-decoration:none;
text-align:center;
font-size:90%;
color:#FFFFCC;
background-color:#FF0000;
border:1px solid #FF0000;; padding-left:0.6em; padding-right:0.6em; padding-top:0.2em; padding-bottom:0.2em
}

ul.menuv li {padding-bottom:4}

ul.menuv a:link {color: #ffffcc}
ul.menuv a:visited {color: #ffffcc}
ul.menuv a:hover {background-color:#ffffcc; color:red}
ul.menuv a:active {background-color:#ffffcc; color:red}