html {
	height:100%;
	width:100%;
	
	overflow-y:scroll;
}

body {
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#333333;

	background-image:url(/images/cesitli/sayfa.png);
	background-position:top left;
	background-repeat:repeat;
	background-color:#FFFFFF;
}

form {
	width:100%;
	
	margin:0px;
	padding:10px 0px 10px 0px;
}

/* LİNK */
a:link {
	color:#000000;
	text-decoration: none;
}

a:visited {
	color:#000000;
	text-decoration: none;
}

a:hover {
	color:#FF0000;
	text-decoration: none;
}

a:active {
	color:#000000;
	text-decoration: none;
}

h1 {	
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color:#333333;
}

h3 {	
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#333333;
}
