html {
	background-color:#ffffff
}
body {
	background-color: #ffffff;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10pt;
	margin-left: 10%;
	margin-right: 10%;
	border: 1px solid #000000;
	padding: 15px
}
img#headlogo{
/*	margin-bottom: 8px;	*/
}
h1   {
      text-align: left;
      font-size: 1.5em;
      font-weight: bold;
}
h2 {
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
}

/* Typescript style for the who page */
.typescript {
	width: 65%;
	font-family: monospace;
	font-size: 11pt;
	margin-left: 1em;
}

/* Meta nav menu */ 
.meta {
	float: right;
	width: 60%;
	text-align: center;
}
.meta img {
	border: none;
}
.meta a {
        text-decoration: none;
        color: black;
}
.meta a:hover {
	background-color: #9c3030;
	color: white;
}
#metagray {
	background-color:#f9f9f9;
}
.spacer {
	clear:both;
}
p {
	margin-left: 4em;
	margin-right: 4em;
}
a img {
	border: none;
}
ul {

}
ul li {
	margin-left: 2em;
	margin-right: 4em;
}
ul li ul li {
	margin-left: 0em;
	margin-right: 0em;
}
