.title {
	font-family: "Century Gothic";
	font-size: 20px;
	font-weight: bold;
	display: block;

	color: #333333;padding-left:16px; padding-right:2px; padding-top:4px; padding-bottom:4px
}
.heading {
  font-family: "Century Gothic";
  font-size: 14px;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;   
}
p {
  font-family: "Century Gothic";
  font-size: 14px;
  padding-top: 2px;
  padding-bottom: 2px; 
  padding-left: 16px; 
  padding-right: 16px; 
}
.bibliography {
  font-size: 12px;
  padding-top: 0px;
  padding-bottom: 0px; 
}
.project {
  font-size: 12px;
  padding-top: 0px;
  padding-bottom: 0px; 
  margin: 0px;
}
a {
  font-family: "Century Gothic";
  font-size: 12px;
  color: #525C8F;
  text-decoration: none
}
.legend {
  font-family: "Century Gothic";
  font-size: 10px;
  margin-top: 0px;
  margin-bottom: 0px; 
  padding-top: 0px;
  padding-bottom: 0px; 
  padding-left: 8px; 
  padding-right: 8px; 
}
a:hover {
  color: #FF6600;
}
.menubar {
	font-family: "Lucida Console", mono;
	font-size: 12px;
	background-color: #EAE7DB;
	white-space: pre;
	padding-left: 16px;
  padding-right: 16px; 
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}

.codeblock {
	font-family: "Lucida Console", mono;
	font-size: 12px;
	background-color: #EAE7DB;
	white-space: pre;
	padding-left: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin: 0;
	display: block;
}
  .comment {
    color: #7E82AF;
  }
  .string {
    color: #FF6600;
  }
  .keyword {
	font-weight: bold;
	color: #353862;
  }
  .numeric {
	color: #FF6600;
  }
  .highlight {
	background-color: #FFFF99;
	color: #000000;
}

body {
	background-color: #FFFFFF;  
}