
@meta {
  Title: "jacks css editor";
}

A {
  text-decoration: none;
  color: lime;
}

A:active {
  text-decoration: none;
  color: lime;
}

A:hover {
  font-family: "Comic Sans MS";
  color: blue;
  background-color: yellow;
}

A:visited {
  text-decoration: none;
  color: red;
}

A.buttonlink:link {
  color: maroon;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
  font-size: 8pt;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

A.buttonlink:active {
  color: maroon;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
  font-size: 8pt;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

A:unknown {
  color: maroon;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
  font-size: 8pt;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.greenlink {
  color: maroon;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
  font-size: 8pt;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

A.buttonlink:visited {
  color: maroon;
  text-decoration: none;
}

A.buttonlink:hover {
  color: green;
  font-size: 10pt;
  text-decoration: none;
}

.redbutton {
  font-weight: bold;
  text-align: center;
  font-size: 8pt;
  text-decoration: none;
  font-family: "Verdana", "Geneva", "Arial", "Helvetica", "Sans-serif";
  height: 20px;
  width: 98px;
  background-color: red;
  background-image: url(graphics/buttonbackground-red.gif);
}

.bluebutton {
  font-weight: bold;
  text-align: center;
  font-size: 8pt;
  text-decoration: none;
  font-family: "Comic Sans MS", "Geneva", "Arial", "Helvetica", "Sans-serif";
}
