body {
	background-color: #ffcc00;
	font-family: georgia, helvetica, sans-serif;
	text-align: center;
}

#container {
	margin: 0 auto;
	width: 780px;
	text-align: left;
}

#content {
	text-align: left;
}

h1 {
  font-size: 1.8em;
}

p, td, ul {
  line-height: 1.3em;
}

a {
  color: white;
  background-color: black;
  padding: 1px;
}
a:hover {
  color: black;
  background-color: #ffcc00;
}

.big { font-size: 1.7em; }

.small { font-size: .7em; }

.grey { color: #333333; }

ul {
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
  list-style-image: url(./images/arrow.gif);
}