﻿
.text {
	font-family: "Trebuchet MS";
	font-size: 12px;
}
.textTuruncu {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
}
.style3 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
    font-variant:small-caps;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #000000;
}

