@charset "utf-8";

body {
 background-image: url(paper-bg.jpg);
 background-repeat: repeat-y;
 background-color: #99FFFF;
 margin-left: 155px;
}

h1 {
 color: #6600FF;
 text-decoration: underline;
}

h1.center {
 text-align: center;
}

h2 {
 color: #006600;
}

p {
 margin-right: 10%;
}

table {
 margin-right: auto;
 border-style: solid;
 border-width: medium;
 border-collapse: collapse;
}

table.invisible {
 border-style: none;
}

tr.invisible {
 border-style: none;
}

td {
 padding-left: 1em;
 padding-right: 1em;
 border-style: none;
 text-align: left;
}

a img {
 border: none;
}

abbr {
 border: none;
 speak: spell-out;
}

acronym {
 border: none;
 speak: normal;
}

abbr[title], acronym[title] {
 border-bottom-style: dotted;
 border-bottom-width: 1px;
 cursor: help;
}