h1
{
font-family: arial; 
font-size: 16pt; 
color:darkred;
}

h2
{
font-family: verdana; 
font-size: 10pt; 
font-weight:normal;
}

.navigation 
{
font-family: verdana; 
font-size: 12pt;
}
			
.navigation a:link 
{
font-family: arial; 
font-size: 10pt; 
text-decoration:none; 
color:black; 
font-weight:bold;
}
			

.navigation a:visited 
{
font-family: arial; 
font-size: 10pt; 
text-decoration:none; 
color:black; 
font-weight:bold;
}
			
.navigation a:hover 
{
font-family: arial; 
font-size: 10pt; 
text-decoration:underline; 
color:black; 
font-weight:bold;
}
			
.heading 
{
font-family: arial; 
font-size: 16pt; 
color:darkred;
}
			
.normal 
{
font-family: verdana; 
font-size: 10pt; 
font-weight:normal;
}
			
.normal a:link 
{
font-family: verdana; 
font-size:10pt; text-decoration:underline;
color:blue; 
font-weight:normal;
}
			
.normal a:hover 
{
font-family: verdana; 
font-size:10pt; 
text-decoration:none; 
color:blue;
font-weight:normal;
}
			
.normal a:visited 
{
font-family: verdana; 
font-size:10pt; 
text-decoration:underline; 
color:purple; 
font-weight:normal;
}


