/* BUSÝNEWS */
html {
	height:100%;
	width:100%;
}

body {
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	
	background-image:url(../images/arkaplan/sayfa.gif);
	background-position:top left;
	background-repeat:repeat;
}

/* LINK */
a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color:#FF0000;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: underline;
}
