@charset "ISO-8859-1";

P {
  padding: 0px;
  border: 0px;
  margin: 10px;
}

A:link {
  color: blue
}

A:visited {
  color: green
}

TABLE {
  background-color: white;
  border-style: none;
}

LI.BUTTON {
  cursor: pointer;
  color: blue;
  display: inline;
  padding: 4px;
  border-color: gray;
  border-width: medium;
  border-radius: 5px;
  border-style: solid;
}

LI.BUTTON:hover {
  color: white;
  background: blue;
}

LI.BUTTON2 {
  cursor: pointer;
  color: blue;
  font-size: small;
  display: inline;
  padding: 2px;
  border-color: blue;
  border-width: thin;
  border-radius: 4px;
  border-style: solid;
  display: inline;
  background: white;
}

LI.BUTTON2:hover {
  color: white;
  background: blue;
}

IMG.BUTTON {
  cursor: pointer;
  display: inline;
}

IMG.BUTTON:hover {
  background: cyan;
}

IMG.BUTTON2 {
  cursor: pointer;
  color: black;
  font-size: medium;
  background: white;
  display: inline;
  padding: 4px;
  border-color: gray;
  border-width: medium;
  border-radius: 5px;
  border-style: solid;
  display: inline;
  background: white;
}

IMG.BUTTON2:hover {
  color: white;
  background: blue;
}

DIV.BUTTON3 {
  cursor: pointer;
  background: white;
  color: blue;
  font-size: small;
  padding: 2px;
  margin: 2px auto 2px auto;
  border-color: blue;
  border-width: thin;
  border-radius: 4px;
  border-style: solid;
}

DIV.BUTTON3:hover {
  color: white;
  background: blue;
}

body.mvchdr {
  margin: 0;
  padding: 0;
  background-color: cyan;
  font-family: sans-serif;
  text-align: center;
}

.mvctitle {
  font-size: x-large;
  font-weight: bold;
}

ul.mvclist {
  list-style-type: none;
  margin-top: 3px;
  margin-bottom: 5px;
}