html {
	height:100%;
	width:100%;
}

body {
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0f0f0f;
	
	background-image:url(../images/arkaplanlar/sayfa.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#dccccc;
}

form {
	height:100%;
	width:100%;
	
	margin:0px;
	padding:0px;
	
	background-image:url(../images/arkaplanlar/form.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

/* LİNK */
a:link {
	color:#721e35;
	text-decoration:underline;
}

a:visited {
	color:#721e35;
	text-decoration:underline;
}

a:hover {
	color:#100f0f;
	text-decoration:underline;
}

a:active {
	color:#721e35;
	text-decoration:underline;
}

h1 {
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#721e35;
}

h2 {
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#721e35;
}