table.offer {
  border: 1px solid blue;
}

td.offerHeader {
  font-size: 20pt;
  font-weight: bold;
  text-align: center;
}

td.offerDetail {
  font-size: 12pt;
  text-align: center;
}

table.main {
  border-collapse: collapse;
}

div.sale {
  border: 2px solid red;
  padding: 20px;
}

ul.6list {
  color: blue;
}

div.main {
  width: 700px;
  margin-left: 50;
}

div.indentedDescription,div.diskListing {
  margin-left: 10pt;
  font-size: 10pt;
}

td.header {
  font-size: 20pt;
  text-align: center;
  background-color: yellow;
  border-bottom: 2px solid;
  margin-left: 20px;
}

td.title,td.button {
  font-size: 16pt;
  background-color: yellow;
  padding: 5pt;
  vertical-align: top;
  margin-top: 10px;
}

td.description {
  background-color: yellow;
  padding: 5pt;
  vertical-align: top;
  padding-left: 50px;
  padding-right: 50px;
}

p.diskLabel {
  text-align: center;
  border: 1px solid;
  background-color: blue;
  color: yellow;
}

p.pageTitle {
  font-size: 18pt;
  text-align: center;
}

p.diskTitle {
  font-size: 18pt;
}

p.diskCost {
  margin-left: 10pt;
  font-size: 14pt;
}

p.gameDescription {
  font-size: 10pt;
}

p.gameEvent {
  font-size: 10pt;
  margin-left: 10px;
}

body,p, ul {
  text-size: 12pt;
  color: blue;
  font-family: serif;
  font-style: normal;
}
