H1  {
	font-size : 14px;
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	color : green;
}

H2  {
	font-size : 13px;
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	color : green;
}

H3  {
	font-size : 12px;
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	color : green;
}

A  {
	font-size : 12px;
	color : Blue;
	font-weight : normal;
	font-family : Verdana;
}

A:Visited  {}

A:Active  {}

A:Hover  {
	font-size : 12px;
	font-weight : normal;
	color : green;
}

BODY  {
	font-family : Verdana;
	font-size : 13px;
	color : black;
}

.bodytext {
	font-family : Verdana;
	font-size : 13px;
	color : black;
}
.underbodytext {
	font-family : Verdana;
	font-size : 10px;
	color : black;
}

.text {
	font-family : Verdana;
	font-size : 13px;
	color : black;

}
.navigation {
	font-family : Verdana;
	font-size : 13px;
	color : blue;
}

a.navigation:link {
  color: blue; 
  font-family: arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-decoration :none;
  margin: 0;
  padding-bottom: 1.5ex;
}

a.navigation:hover {
  color: blue; 
  text-decoration: none;
  padding-bottom: 1.5ex;
  font-size: 12px;
  font-weight: bold;
  text-decoration :underline;
}

a.navigation:active {
  color: blue; 
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
}

a.navigation:hover {
  text-decoration: none;
  font-size: 13px;
  color: green; 
  font-weight: bold;
  padding-bottom: 1.5ex;
}

a.navigation:visited {
  color: blue; 
  font-weight: none;
  font-size: 13px;
  text-decoration :none;
}
p:first-letter { font-size:150%; color:black }

}

a.undernavigation:link {
  color: blue; 
  font-family: arial, sans-serif;
  font-size: 11px;
  font-weight: none;
  text-decoration :underline;
  margin: 0;
  padding-bottom: 1.5ex;
}

a.undernavigation:hover {
  color: blue; 
  text-decoration: none;
  padding-bottom: 1.5ex;
  font-size: 11px;
  font-weight: none;
  text-decoration :underline;
}

a.undernavigation:active {
  color: blue; 
  font-size: 11px;
  font-weight: none;
  text-decoration: underline;
}

a.undernavigation:hover {
  text-decoration: none;
  font-size: 11px;
  color: green; 
  font-weight: none;
  padding-bottom: 1.5ex;
  text-decoration: underline;
}

a.undernavigation:visited {
  color: blue; 
  font-weight: none;
  font-size: 11px;
  text-decoration: underline;
}
