@font-face
{
	font-family:segoe;
	src:url(../font/segoewp-light.woff);
}

@font-face
{
	font-family:segoe aref;
	src:url(../font/segoewp-light.woff);
}

@font-face
{
	font-family:segoe aref;
	src:url(../font/bnazanin.woff);
}

html, body
 div, span, object, h1, h2, h3, h4, h5, h6, a, adress, code, img, small, strong, dl, dt, dd, ol, ul , li, feildset, form, label
{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body
{
	line-height:1.5;
	font-family:segoe , "New York", serif;
}

ol, ul
{
	list-style:none;
}

input,textarea,select
{
	font-family:"MS Serif", "New York", serif;
	outline:none;
}

a
{
	text-decoration:none;
	color:white;
}

::-webkit-scrollbar
{
    width:5px;
    height:5px;
}

::-webkit-scrollbar-button
{
    height:0px;
	width:0px;
    display:block;
    background-color:transparent;
}

::-webkit-scrollbar-track-piece
{
    background-color:white;
}

::-webkit-scrollbar-thumb
{
    height:50px;
	width:50px;
    background-color:black;
}