@charset "UTF-8";
/* CSS Document */

body{
	font-family: Myriad, Arial, helvetica, sans-serif;
	font-size: 9px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #000000;
}


/* text styles */

.cim {
	color: #000000;
	font-size: 14px;
}

.cim2 {
	color: #FFFFFF;
	font-size: 14px;
}
.kenyer {
	color: #000000;
	font-size: 11px;
}
.cimEng {
	color: #666666;
}
.kenyerEng {
	color: #666666;
	font-size: 11px;
}
.quota {
	color:#33CC33;
	font-size: 14px;
}


/*image*/



img{
	border: 0;
	background-color:transparent;
}


#screenshot body{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

#screenshot img{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
}


/**********************************
 * LINKS 
 **********************************/
/* IMPORTANT NOTE: a states must be listed in this order:
	a:link
	a:visited
	a:hover
	a:active
	Otherwise some browsers will ignore them!
*/

:link:focus,
:visited:focus,
:link,
:visited,
:link:active,
:visited:active,
a{
	color:#339933;
	text-decoration: none;
	font-weight: bold;
	background-color:#CCFF00;
	

}
body a:hover{
	font-weight: bold;
	
}
