body {
   font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
   font-size: 100%;
}

#footer {
   text-align: center;
   color: #999;
}

#content {
   margin-bottom: 100px;
}

a {
   color: #666;
   text-decoration-line: underline;
   text-decoration-style: dashed;
}

p {
    font-size: 1.25em;
	text-align: center;
	}

h1 {
   font-size: 2.5em;
   font-variant: small-caps;
   text-align: center;
   margin-top: 100px;
   letter-spacing: .2em;
}

ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
   float: none;
   text-align: center;
   font-weight: bold;
}

li {
   font-size: 1.5em;
   margin-right: 0;
   margin-left: 0;
   letter-spacing: .1em;
}