html {
	height:100%;
	width:100%;
}

body {
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;

	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	
	background-image:url(../images/arkaplanlar/sayfa.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#05537e;
}

form {
	height:100%;
	width:100%;
	
	margin:0px;
	padding:0px;
}

/* LİNK */
a:link {
	color:#000000;
	text-decoration:underline;
}

a:visited {
	color:#000000;
	text-decoration:underline;
}

a:hover {
	color:#FF6600;
	text-decoration:underline;
}

a:active {
	color:#000000;
	text-decoration:underline;
}

h1 {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	color:#000000;
}

h3 {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#000000;
}