a{
  color: #F00;
	text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	
}
a:hover{
  color: #F00;
	text-decoration: underline;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#ticker-area2{
	background: #FFF;
  	border: 0px solid #333;
	border-left: none;
	border-right: none;
	padding: 0px 0;
	margin: 0px 0;
	
	font-weight: normal;
	color: #666;
}
#ticker-area{
	background: #FFF;
  	border: 0px solid #333;
	border-left: none;
	border-right: none;
	padding: 0px 0;
	margin: 0px 0;
	
	font-weight: normal;
	color: #666;
}
.codeblock{
 background: #EEE;
 color: #030;
 line-height: 0.3em;
 padding: 0.5em;
 border: 1px solid #CCC
}
.code{
 font-family: "Courier New", Courier, monospace;
}
.highlight{
	font-weight: bold;
}
.littlelink{
  float: right;
	font-size: small;
}