h1,h2
{
font-family: Georgia, 'Times New Roman', Times, serif; 
}

h3,h4,h5
{
font-family: verdana, arial, helvetica, 'sans serif'; 
}

h5 {font-size:100%}

p,table,li
{
font-family: calibri, verdana, arial, helvetica, 'sans serif'; 
}

body
{
background-color: #FFFFEC;
margin:  60px;
font-family: Georgia, 'Times New Roman', Times, serif;
}

h1,h2,h3,hr 
{
color:black; 
}

small
{
font-family: verdana, arial, helvetica, 'sans serif';
font-size:smaller;
font-weight:bold;
background-color:#D0D0D0
}

a:link    {color:mediumblue}
a:visited {color:purple}
a:active  {color:purple}


.texthidden {display:none}
.textshown  {display:inline}
