﻿body {
  background-color: #fff;
  font: 1.1em verdana, arial, helvetica, geneva, sans-serif;
  margin: 5px;
  padding: 15px;
}

a:link {
  color: black;
}

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

#progress {
  width: 470px;
	height: 100px;
  background-color: silver;
}

a:hover {
  text-decoration: none;
  color: red;
}

span {
  color: red;
}

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

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

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

#noborder table,th,td {
  border-collapse: collapse;
  border: 0 inset blue;
}

td.diaggray { /* event tables diagonals */
	background-color: #bebebe; 
} 

.clrcap {
  color: red;
}

#intro {
  background-color: yellow;
  position: absolute;
  top: 170px;
  margin-left: 570px;
  width: 600px;
  height: 460px;
}

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

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

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

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