p
{
color: black;
font-family: arial;
font-size: 100%;
font-weight: normal
}

h1 /* page header*/
{
text-align: center;
color: darkblue;
font-family: arial;
font-size: 130%;
font-weight: bold
}

h2 /* main title*/
{
color: darkblue;
font-family: arial;
font-size: 100%;
font-weight: bold
}

h3 /* subtitles in text*/
{
color: black;
font-family: arial;
font-size: 100%;
font-weight: normal;
font-style: italic
}

h4 /* for the book references in the glossary*/
{
color: black;
font-family: arial;
font-size: 100%;
font-weight: normal;
font-style: normal;
text-align: center
}

a /* link*/
{
color: #4A777A;
font-family: arial;
font-size: 100%;
font-weight: bold;
font-style: underline
}

li
{
color: black;
font-family: arial;
font-size: 100%;
font-weight: normal
}

a:hover 
{
color: red; 
font-family: arial;
font-size: 100%;
font-weight: bold;
font-style: normal;
cursor: pointer
} 