body {
	font-family: Helvetica, Arial, sans-serif;
}

.header {
   text-align: center;
   margin: auto;
   width: 40em;
}

.links {
   margin: auto;
   padding: .25em 0;
   text-align: center;
   border-top: 1px solid silver;
   border-bottom: 1px solid silver;
}

.links ul {
	margin: 0;
	padding: .25em 0;
	text-align: center;
}

.links li {
	display: inline;
	margin: 0;
	padding: 0 .75em;
}

/*
a {
   text-decoration: none;
}

a:hover
{
   text-decoration: underline;
}
*/

p, li, th, td {
	line-height: 1.4em;
}

td ul {
	margin: 0;
	text-align: left;
}

td ul li {
	margin: 0;
}

.content {
   margin-left: 5em;
}

.content h1 {
   font-size: 1.5em;
   font-weight: bold;
}

.content p {
   padding-left: 1em;
}

.footer {
   text-align: center;
   border-top: 1px solid silver;
   padding-top: 1em;
   font-style: italic;
   font-size: .75em;
}

table {
   width: 90%;
   border: 1px solid silver;
   border-width: 1px 0px 0px 1px;
}

td, th {
   border: 1px solid silver;
   border-width: 0px 1px 1px 0px;
   padding: .25em;
}

.text img {
   float: left;
   border-right: 1px solid black;
   margin-right: 10px;
}

pre {
   width: 80%;
   margin: auto;
   padding: 2em;
   border: 1px dotted silver;
}
	