body {
font-family: sans-serif;
- font-size: 14pt;
+ font-size: 12pt;
margin-left: 20px;
}
span.h1 {
font-family: sans-serif;
- font-size: 18pt;
+ font-size: 16pt;
color: #808080;
a.upmenu:hover {
color: #591622;
text-decoration : none;
+ /*
border-bottom-width: 3px;
border-color: #b2dae6;
+ */
+ background-color: #ecf6f9;
+
}
a {
+ margin: 2px;
color: #591622;
text-decoration : none;
}
a:hover {
text-decoration : none;
+ /*
border-bottom-width: 2px;
border-top-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
border-style: solid;
border-color: #b2dae6;
+ */
+ background-color: #ecf6f9;
}
div.upmenu {