/* MUST WORK IN LEGACY BROWSERS */
/* MUST WORK ACROSS ALL SKINS */

body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Kalimati, sans-serif;
  font-size: 14px;
}
h2 {
  font-size: 15px;
}
a,
a:visited {
  color: #639b29;
  text-decoration: underline;
}

/* A message box */
.message {
  border-radius: 3px;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ddd;

  max-width: 400px;
  margin: 50px auto;
  padding: 10px;
}

.header {
  height: 80px;
  background: #210532;
}

/* Generic footer */
.footer {
  height: 50px;
  background: #210532;

  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
