body {
  font-family:      arial;
  background-color: #ffcc99;
}

h1 {
  text-align:       center;
  background-color: #cc9933;
  border-style:     groove;
}

table {
  border:           1px solid black;
  padding:          5px;
  margin-left:      15px;
  background-color: #cc9933;
}

table.center {
  margin-left:auto; 
  margin-right:auto;
}

table.project {
  text-align:     left;
  width:          854px;
  border:         1px solid black;
  border-spacing: 2px;
}

thead {
  font-weight: bold;
  text-align:  center;
}

td {
  border:           1px solid black;
  padding:          5px;
  background-color: white;
}

caption {
  text-align: center;
  font-weight: bold;
}

img {
  vertical-align: middle;
}

.b {
  font-weight: bold;
}

.c {
  text-align: center;
}

.u {
  text-decoration: underline;
}

.in {
  margin-left: 20px;
}

.code {
  font-family: courier new;
}

.strike {
  text-decoration:line-through
}
