/*navigation styles, programmed by com2, 04/09/2002, Ver. 1.1*/

/*normal link color*/

A:link, A:visited {
  color: #660066;
  font-size: 14px;
  font-family: times new roman, times;
  text-decoration: underline;
  font-weight: bold;

}

A:hover, A:active {
  color: #660066;
  font-size: 14px;
  font-family: times new roman, times;
  text-decoration: underline;
  font-weight: bold;

}



/*MAIN navigation level 2*/

A.navmain2:link, A.navmain2:visited {
  color: #561600;
  font-size: 24px;
  font-family: times new roman, times;
  text-decoration: none;
  font-weight: bold;
}

A.navmain2:hover, A.navmain2:active {
  color: #561600;
  font-size: 24px;
  font-family: times new roman, times;
  text-decoration: none;
  font-weight: bold;
}



A.navmain:link, A.navmain:visited {
  color: #660066;
  font-size: 14px;
  font-family: times new roman, times;
  text-decoration: underline;
  font-weight: bold;

}

A.navmain:hover, A.navmain:active {
  color: #660066;
  font-size: 14px;
  font-family: times new roman, times;
  text-decoration: underline;
  font-weight: bold;

}




A.footer:link, A.footer:visited {
  color: #660066;
  font-size: 13px;
  font-family: times new roman, times;
  text-decoration: underline;
  font-weight: bold;

}

A.footer:hover, A.footer:active {
  color: #660066;
  font-size: 13px;
  font-family: times new roman, times;
  text-decoration: underline;
  font-weight: bold;

}