<!--
/* Bağlantı Formatları -------------------------------------------------*/
A:Link       { font-family: Arial; color: #666666; text-decoration: none }
A:Active     { font-family: Arial; color: #666666; text-decoration: none }
A:Visited    { font-family: Arial; color: #666666; text-decoration: none }
A:Hover      { font-family: Arial; color: #CC3333; text-decoration: none }

-->

#clsCode {
	font: "Courier New";
	font-size: 12;
	color: gray;
	text-decoration: none;
	background-color: #D3D3D3;
	border: 1px solid gray;
	width: 90%;
}

#mostSelect {
	width: 150px;
	font: 11px "Trebuchet MS";
}

#fontStyle {
	font: 11px "Trebuchet MS";
	cursor: pointer;
}