div.bold {
  background-color: white;
  width: 300px;
  font-weight: bold;
  border-width: 1px;
  border-style: solid;
}

body {
  background-image: url("back.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
}

table {
  background-color: white;
  border-collapse: collapse;  
  table-layout: fixed;
}


thead {
  background-color: #eeeeee;
}

td,th {
  border: 1px solid black;
  vertical-align: top;
}


hr {
  background-color: red;
  height: 2px;
  border: 0;
  width: 80%;
}

h3 {
  color: "#990000";
  font-weight: "bold";
  text-decoration: "underline"
}
.big  {
  font-weight: "bold";
  font-size: 20px;
}
