/* css main file for molive.org */

/* reset many default styles */
.subcal * {
  margin: 0;
  padding: 0;
}

/* basic elements */

/* specific divs */
a.navlink_int {
  font-family: Helvetica, Arial;
  font-size: 10pt;
 }
a.navlink_here {  font-family: Helvetica, Arial;  font-size: 10pt;  color: black;  background-color: white;  text-decoration: none; }
a.navlink_ext {
  font-family: Helvetica, Arial;
  font-size: 10pt;
 }

a:hover {
  color: white;
  background-color: blue;
 }
a.navlink_here:hover {  color: black;  background-color: white;  text-decoration: none; }
