/* Links for Main Menu */
a.L1 {
  text-decoration: none;
  font-weight: bold;
}
a.L1:visited {
  color: #ffffff;
  text-decoration: none;
}
a.L1:active {
  color: #cccccc;
  text-decoration: none;
}
a.L1:link {
  color: #ffffff;
  text-decoration: none;
}
a.L1:hover {
  color: red;
  border-bottom: 1px dashed #ffffff;
}

/* Links for body */
a.L2 {
  text-decoration: none;
  font-weight: bold;
}
a.L2:visited {
  color: blue;
  text-decoration: none;
}
a.L2:active {
  color: black;
  text-decoration: none;
}
a.L2:link {
  color: blue;
  text-decoration: none;
}
a.L2:hover {
  color: red;
  border-bottom: 1px dashed #0000cc;
}

/* Alternative link style */
a.L3 {
  text-decoration: none;
}
a.L3:visited {
  color: blue;
  text-decoration: none;
}
a.L3:active {
  color: black;
  text-decoration: none;
}
a.L3:link {
  color: blue;
  text-decoration: none;
}
a.L3:hover {
  color: red;
  text-decoration: none;
}