.navbar
{
  height: 100%;  
  font-family: Arial;
  text-align: center;
  background-color: palegreen;	
}

.header
{
  height: 100%;  
  font-size: large;
  font-family: Arial;
  text-align: left;
}

.footer
{
font-family: Arial;
font-size: 8pt; 
font-variant: small-caps; 
color: #000000; 
letter-spacing: 3pt; 
vertical-align: middle; 
font-weight: bold
}

.content
{
  background-color: white;	
  font-family: Arial;
}

a.content:link
{text-decoration: underline;
color: black;
background-color: white;
display: none;}

a.content:visited
{text-decoration: underline;
color: black;
background-color: white;
display: none;}

a.content:hover
{text-decoration: underline;
color: black;
background-color: white;
display: block;}

a.content:active
{text-decoration: underline;
color: black;
background-color: white;
display: block;}




.content-title
{
  background-color: white;	
  font-family: Arial;
  color: black;
  font-weight: bold;
}

a:link    { color: #000000; }
a:visited { color: #000000; } 
a:hover   { color: #000000; } 
a:active  { color: #000000; } 

