/* Dünya Makina */
html {
	height:100%;
	width:100%;
}

body {
	font-family:Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	height:100%;
	width:100%;
	margin: 0px;
	padding:0px;
}

a:link {
	text-decoration: none;
	color:#ffdd77;
}

a:visited {
	text-decoration: none;
	color:#ffdd77;
}

a:hover {
	text-decoration: none;
	color:#fdf4da;
}

a:active {
	text-decoration: none;
	color:#ffdd77;
}