a.menuLink {
   font-family: 'Trebuchet MS', serif; 

  text-decoration: none; /* to remove the underline */
  cursor: default; 
  color: #404040;
  margin : 0;

}

a.menuLink:visited {
   font-family: 'Trebuchet MS', serif; 

  text-decoration: none; /* to remove the underline */
  cursor: default; 
  color: #404040;
  margin : 0;

}

a.menuLink:hover{
  border-bottom: 1pt solid #201010;
}

a.generalLink {
   font-family: 'Trebuchet MS', serif; 

  text-decoration: none; /* to remove the underline */
  cursor: default; 
  color: #200000;
  margin : 0;

}

a.TabLink {
   font-family: 'Trebuchet MS', serif; 

  text-align: center;
  text-decoration: none; /* to remove the underline */
  cursor: default; 
  color: #004740;
}

a.generalLink:visited{
  text-decoration: none; /* to remove the underline */
  cursor: default; 
  color: #200000;
  margin : 0;
}

a.generalLink:hover{
  background-color: #A00000;
  color: #eeeeee;
  border-bottom: 1pt solid #000000;
}

h1 {
   font-family: 'Trebuchet MS', serif; 
   font-size: 2.2em;
   font-weight : bold;
   color: #881100;
   margin-top : 1em;
   padding-bottom : 0.2em;
   border-bottom: 1px solid #000000;

}

h2 {
   font-family: 'Trebuchet MS', serif; 

	font-size: 1.5em;
	color: #881100;
}

h3 {
   font-family: 'Trebuchet MS', serif; 
      text-align: center;

  margin-top : 0px;
	margin-bottom : 0px;
	font-size: 1.3em;
	color: #881100;
}

p
{
  font-size:1em;
}

p:first-letter {
	text-transform: uppercase;
	font-size: 120%;
	float: none; 
	padding-top: 0.5em;
}

img.email:hover {
  border : 1px solid;
}

