/*
body{
	font-size: medium;
	font-family: "Courier New", Courier, monospace;
	
}
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;
}
*/
#ticker-area{
	background: #000000;
	/*border:#dddddd solid 4px;*/

	border-left: none;
	border-right: none;
	padding: 0px 0;
	margin: 0px 0;
	padding-left:10px;
	font-size: 14px;
	font-weight: normal;
	color:#ffe2c7;
	
	font-family: "Courier New", Courier, monospace;
	font-family:Arial, Helvetica, sans-serif;

}

#ticker-area a{
color: #FFFF00;
text-decoration:none;
}
#ticker-area a:hover{
text-decoration:underline;
}

.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;
}
