a {
  color: #660066;
  text-decoration: none;
}

a:hover {
  color: #0066ff;
}

#intro {}

#content {}

#footertext {
  font-size: 66%;
  font-family: verdana, arial, helvetica, sans-serif;
  color: black;
  text-decoration: none;
}

#centersmall {
  font-size: 75%;
  font-family: verdana, arial, helvetica, sans-serif;
  color: black;
  text-decoration: none;
  text-align: center;
}

#small {
  font-size: 75%;
}

.footerlink {
  font-size: 66%;
  font-family: verdana, arial, helvetica, sans-serif;
  color: black;
  text-decoration: none;
}

body {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 2vmin;
  color: black;
  text-decoration: none;
  text-align: center;
}

table {
  margin-left: auto;
  margin-right: auto;
}

td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 2vmin;
  color: black;
  text-decoration: none;
  text-align: left;
}

.mg-logo-border {
  margin: 10px;
  background-color: red;
}

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
td#right { text-align: right; }
td#center { text-align: center; }
