body {
  color:						#444444;
  background-color:	#FFFFFF;
  font-family:			"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
  margin-top:				50px;
  margin-left:			50px;
  margin-left:			50px;
  line-height:			200%;
}

table {
	font-size:			80%;
	line-height:		140%;
}

pre {
  font-family:		"Courier";
}

code {
  font-family:		"Courier";
}

h1 {
  font-size:			160%;
  font-weight:		bold;
}

h2 {
  font-size:			100%;
  font-weight:		bold;
}

h3 {
  font-weight:			normal;
  text-decoration:	underline;
}

a {
  color:						#DD6600;
  text-decoration:	underline;
}

a:hover {
  text-decoration:	none;
}

tr {
  vertical-align:		top;
}