a:link {color: #FFCA00;text-decoration: none;}a:visited {color:#FFCA00;text-decoration: none;}a:hover {color: #ffffff;text-decoration: none;}a:active {color: #FFCA00;text-decoration: none;}
	body {
	background-color: #000000;
	color: #FFCA00;
}
body a{
outline:none
}
.style1{
	font-family: "Courier New", Courier, monospace;
	font-weight:bold;
	font-size: 24px;
	color: #FFCA00;
	letter-spacing:1px;
}
.style2{
font-family: "Courier New", Courier, monospace;
font-weight:bold;
font-size: 14px;
}
.style3{
font-family: "Courier New", Courier, monospace;
font-weight:bold;
font-size: 12px;
}
.style5 {
	color: #FEC900;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	letter-spacing:1px;
	text-align:justify;
}
.style6 {
	font-family: "Courier New", Courier, monospace;
	color: #FEC900;
	font-size: 18px;
	padding-right:40px;
}

ul.newsticker { /* that's your list */
position: relative;
list-style-type: none;
margin: 0;
padding: 0;

width: 8240px; /*yeteri kadar uzun olsun.*/
left: 290px; /* açılışta soldan ne kadar uzakta başlayacak */
}

ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
}

.mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
width: 810px;
overflow: hidden;
}

