body{
margin:0;
background-color:#D5D6DA;
font-family:Verdana;
}
.text{
	font-size: 11px;
	color: #030303;
	text-decoration: none;
}
.textbold{
	font-size: 11px;
	color: #767676;
	text-decoration: none;
	font-weight:bold;
}
.textbottom{
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #82838B;
	text-decoration: none;
}
.baslik{
	font-family: Trebuchet MS;
	font-size: 16px;
	color: #F546AD;
	text-decoration: none;
}
.links {
	font-size: 11px;
	color: #767676;
	text-decoration: underline;
	font-weight:bold;
}
.links:hover {
	text-decoration: none;
}
.links2 {
	font-size: 11px;
	color: #767676;
	text-decoration: none;
	font-weight:bold;
}
.links2:hover {
	font-size: 11px;
	color: #EA3EA3;
	text-decoration: none;
	font-weight:bold;	
}
.links3 {
	font-size: 11px;
	color: #030303;
	text-decoration: underline;
}
.links3:hover {
	font-size: 11px;
	color: #EA3EA3;
	text-decoration: underline;	
}
.ustbg{
	background-color:#F1F1F3;
	background-image:url(../images/ustbg.jpg);
	background-repeat:repeat-x;
}
.altbg{
	background-color:#D5D6DA;
	background-image:url(../images/altbg.jpg);
	background-repeat:repeat-x;
}
.box {
	font-size: 12px;
	color: #030303;
	border: 1px solid #A6ADAD;
	background-color: #FFFFFF;
}
.border {
border:1px #999999 solid;
}