body {background-color: black;
      color: white;
      font-family: "lr@oSVbN",sans-serif;
      margin-right: 2%;
      margin-left: 2%;
      font-size: 1.8ex;
}
hr {color: silver;
}
.caption {text-align: center;
          border-width: 1px;
          border-color: silver;
          border-style: solid;
          margin: 3ex 0 3ex 0;
          padding: 0.5ex;
}
a:link {color: white;
}
a:active {color: silver;
}
a:visited {color: white;

}
table {margin: 2em 2% 3em 2%;
}
thead {font-size: 1.3em;
}
th {background-color: #666666;
    border-color: gray;
}
td {border-color: gray;
}
img {border-width: 0px;
}
.s {text-decoration: line-through;
    color: gray
}
.center {text-align: center;
}
.cr {text-align: center;
     margin-top: 2em;
     font-size: 1.5ex;
     color: gray;
}
.right {float: right;
        margin-top: 1em;
        margin-right: 1em;
}
.small {font-size: 10px;
}