

a{
  color: #090;
	text-decoration: none;
}
a:hover{
  color: #0A0;
	text-decoration: underline;
}
#ticker-area{
	padding: 10px 0;
	margin: 20px 0;
	font-size: 12px;
	font-weight: normal;
	color: #060;
	width:300px;
}
.codeblock{
 background: #EEE;
 color: #030;
 line-height: 1.3em;
 padding: 1em;
 border: 1px solid #CCC
}
.code{
 font-family: "Courier New", Courier, monospace;
}
.highlight{
	font-weight: bold;
}
.littlelink{
  float: right;
	font-size: small;
}