html {background-color:#f5f5f5}

body {
	background-color: #ffffff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	margin-left: 15%;
	margin-right: 15%;
	border: 1px solid #000000;
	padding: 15px
}

h1   {
      text-align: left;
      font-size: 1.5em;
      font-weight: bold
}

img {
	border : none;
}

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