div.code_text
{
	background-color: #CCCCCC;
	font-family: Courier New;
	padding: 5 5 5 5px;
	text-align: left;
}

div.code_title
{
	text-align: center;
	background-color: #FFFF99;
}

div.code_block
{
	width: 300px;
	border: medium solid black;
	margin: 10 10 10 10px;
}

div.code_col
{
	float: left;
}