
a.hidden:link             { text-decoration: none; color: black}
a.hidden:visited          { text-decoration: none; color: black}
a.hidden:hover            { text-decoration: underline;}
a.hidden:active           { text-decoration: underline; color : red;}

a.navbutton:link             { text-decoration: none;}
a.navbutton:visited          { text-decoration: none;}
a.navbutton:hover            { text-decoration: underline;}
a.navbutton:active           { text-decoration: underline; color : red;}

a.menu-section:link             { text-decoration: none;}
a.menu-section:visited          { text-decoration: none;}
a.menu-section:hover            { text-decoration: underline; color : black;}
a.menu-section:active           { text-decoration: underline; color : red;}
a.menu-section-selected:link             { text-decoration: none;}
a.menu-section-selected:visited          { text-decoration: none;}
a.menu-section-selected:hover            { text-decoration: underline; color : black;}
a.menu-section-selected:active           { text-decoration: underline; color : red;}

a.menu-subsection:link             { text-decoration: none;}
a.menu-subsection:visited          { text-decoration: none;}
a.menu-subsection:hover            { text-decoration: underline; color : white;}
a.menu-subsection:active           { text-decoration: underline; color : red;}
a.menu-subsection-selected:link             { text-decoration: none;}
a.menu-subsection-selected:visited          { text-decoration: none;}
a.menu-subsection-selected:hover            { text-decoration: underline; color : black;}
a.menu-subsection-selected:active           { text-decoration: underline; color : red;}

.menu-section {
	font-family : Lucida Sans Unicode;
	font-weight : bold;
	font-size : small;
        color : Black;
}

.menu-section-selected {
	font-family : Lucida Sans Unicode;
	font-weight : bold;
	font-size : small;
	color : Black;
}

.menu-subsection {
	font-family : Lucida Sans Unicode;
        font-weight : bold;
	font-size : small;
        color : White; 
}

.menu-subsection-selected {
	font-family : Lucida Sans Unicode;
	font-weight : bold;
	font-size : small;
        background : #dbccfa;
        color : Black;
}

.home         { background : #ff7969; font-family : Lucida Sans Unicode; font-weight : bold; font-size : small; color : Black; }
.research     { background : #96e993; font-family : Lucida Sans Unicode; font-weight : bold; font-size : small; color : Black; }
.data         { background : #fadda2; font-family : Lucida Sans Unicode; font-weight : bold; font-size : small; color : Black; }
.tools        { background : #f7f78a; font-family : Lucida Sans Unicode; font-weight : bold; font-size : small; color : Black; }
.publications { background : #a9d2fe; font-family : Lucida Sans Unicode; font-weight : bold; font-size : small; color : Black; }
.workshops    { background : #98e4d4; font-family : Lucida Sans Unicode; font-weight : bold; font-size : small; color : Black; }
.projects     { background : #dbccfa; font-family : Lucida Sans Unicode; font-weight : bold; font-size : small; color : Black; }
.funding      { background : #f5e1e0; font-family : Lucida Sans Unicode; font-weight : bold; font-size : small; color : Black; }

.menu-page {
	font-family : Lucida Sans Unicode;
}

.navbutton {
	font-family : Lucida Sans Unicode;
	font-weight : bold;
	font-size : small;
        color : Black;
}

body {
	margin : 0px;
        font-family : sans-serif;
}

a[href]:link             { }
a[href]:visited          { }
a[href]:hover            { text-decoration: underline; color : red;}
a[href]:active           { text-decoration: underline; color : red;}


