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: #FFFFFF;

	background-color:#353129;
}

form {
	height:100%;
	width:100%;
	
	margin:0px;
	padding:0px;
}

/* LİNK */
a:link {
	color:#FFFFFF;
	text-decoration:none;
}

a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	color:#fac800;
	text-decoration:none;
}

a:active {
	color:#FFFFFF;
	text-decoration:none;
}
