body {
  font-family:     Verdana, Geneva, Arial, sans-serif;
  font-size:       small;
}
h1, h2 {
  font-weight:     normal;
  color:           #cc6600;
  border-bottom:   thin dotted #888888;
}
h1 {
  font-size:       170%;
}
h2 {
  font-size:       130%;
}
blockquote {
  font-style:      italic;
}
table {
	margin-left: 20px;
	margin-right: 20px;
	border: thin solid black;
	caption-side: bottom;
	border-collapse: collapse;
}
td, tr {
	border: thin dotted gray;
	padding: 5px;

}
caption {
	font-style: italic;
	padding-top: 8px;
}

.center {
	text-align: center;
} 

.right {
	text-align: right;
}
th {
	background-color: #cc6600;
}
.cellcolor{
	background-color: #fcba7a;
}
table table th {
	background-color: white;
	font-weight: normal;
}
li {
	list-style-image: url(images/backpack.gif);
	padding-top: 5px;
	padding-left: 20px;
}