/* YASS: yet another stupid stylesheet for 
 * http://stinfwww.informatik.uni-leipzig.de/~mai97ixb */

body {
  margin-left: 1ex;
  margin-right: 1ex;
  margin-top: 1ex;
  margin-bottom: 1ex;
  color: #000000;
  background-color: #c0c0c0;
}

ul {
  list-style-type: none;
}

table.color {
  color: #000000;
  background-color: #ffcc99;
}

li {
  padding-bottom: 1ex;
  text-align: left;
}

tr.color {
  color: #000000;
  background-color: #ffcc99;
}

p.color {
  color: #000000;
  background-color: #ffcc99;
}

A:link { color: #0000ff; background-color: #c0c0c0; text-decoration:none; }
A:visited { color: #600080; background-color: #c0c0c0; text-decoration:none; }
A:active { color: #ff0000; background-color: #c0c0c0; text-decoration:underline; }
A:hover { color: #ff0000; background-color: #c0c0c0; text-decoration:underline; }
