/* Print Styles */

body {
  font: 1.2em verdana, arial, helvetica, geneva, sans-serif;
  margin: 5px;
  margin-top: 1px;
  padding: 15px;
}

pre {
 font: 1.0em courier;
}

ul {
  list-style-type: none;
}

a,h1 {
 display: none;
}

#nav {
  width: 380px;
  border: 1px dotted navy;
  background-color: #7da5a8;
}

#progress {
  background-color: silver;
}

span {
  color: red;
}

table {
  border-collapse: collapse;
  border: 4px inset blue;
}

th {
  border: 4px inset black;
  background-color: #239dfb;
  color: white;
  font-size: small;
  padding: 0.2em;
}

td {
  border: 4px groove black;
  background-color: #f0fb23;
  font-size: 0.9em;
  text-align: center;
  padding: 0.1em;
}

.clrcap {
  color: red;
}

#intro {
  width: 600px;
  position: absolute;
  top: 180px;
  left: 500px;
}

#intro h2 {
  color: red;
  font-size: 1.2em;
  font-weight: bold;
  margin: 30px;
}

#intro p {
  color: blue;
  font-size: 0.8em;
  margin: 30px;
}

#progress {
  width: 420px;
}

#progress p {
  color: blue;
  font-size: 0.9em;
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 15px;
}

#footer {
  font-size: 80%;  
  border-top: 1px solid #ccc;
  text-align: center;
}
