
body{
  background-color: #ffffdd;
}
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 1000px;
}
h1, h2, h3, p, label, a{
  font-family: arial, sans-serif;
}
td{
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(odd) {
  background-color: #eeeeff;
}

tr:nth-child(even) {
  background-color: #ffffff;
}

th{
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  background-color: #aaaaaa;
}

#pageOfCard{
   color: #bbbbff;

}

#theCard{
  width: 300px;
  height: 300px;
  //border: 2px solid black;
}

footer {
  position: fixed;
  bottom: 5px;
  left: 5px;
  width: 125px;
  padding-left: 5px;
  //padding-bottom: 15px;
  height: 30px;
  font-size: 10px;
  background-color: #eeeeff;
  font-style: italic;
}
