﻿body{
	background-image:url('../SiteImages/bg.png');
	background-repeat:repeat-x;
	font-family:Verdana;
	font-size:small;
}


.kutuBaslik{
	font-family:Tahoma;
	font-size:8pt;
	color:black;
}

a:link {
	color: #03357A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #03357A;
}
a:hover {
	text-decoration: none;
	color: #016D2F;
}
a:active {
	text-decoration: none;
}

.textboxes{
	border:1px;
	border-color:green;
	border-style:solid;
}
