body{
	font-size: medium;
	font-family: Verdana,Arial,sans-serif;
	
}
h1, h2, h3{
	font-weight: bold;
	color: #666;
	clear: left;
}
h2{
  border-bottom: 1px solid #CCC;
	font-style: italic;
	margin: 2em 0 0.5em 0;
}
a{
  color: #014584;
	text-decoration: none;
}
a:hover{
  color: #014584;
	text-decoration: underline;
}
#ticker-area{
        border: 0px solid #060;
	border-left: none;
	border-right: none;
	padding: 0px 0;
	margin: 0px 0;
	font-size: xx-small;
	font-weight: normal;
	color: #014584;
}
.codeblock{
 background: #EEE;
 color: #030;
 line-height: 1.3em;
 padding: 1em;
 border: 1px solid #CCC
}
.code{"Arial", Courier, monospace;
}
.highlight{
	font-weight: bold;
}
.littlelink{
  float: right;
	font-size: small;
}