body,td,p,.h{font-family:verdana,sans-seri; font-size: 12px;}
a {font-family:verdana,sans-serif; font-size: 12px; text-decoration:none; color:midnightblue; font-weight:bold;}
a:hover {text-decoration:underline;}
a:visited {color:black;}

a.menu {font-family:verdana,sans-serif; font-size: 11px; text-decoration:none; color:midnightblue; font-weight:normal;}
a.menu:hover {text-decoration:underline;}

.spoiler {color:white;}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
list-style-type: none;
font-family:"Verdana", Arial, sans-serif;
font-size: 11px;
margin-left: 10px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
padding-top: 3px;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}