@charset "UTF-8"; 

html,body,ul,ol,li,dl,dt,dd,
h1,h2,h3,h4,h5,h6,
div,p,blockquote,
th,td,
form,fieldset,input,textarea,
pre{

 margin:0;
 padding:0;
 font-family:Verdana;
}

a img {border-style:none; outline:none;}
a { text-decoration:underline; color: #FDA7F2; background:transparent; outline:none;}
a:hover { color: #FDB5A7; text-decoration:underline; background-color:transparent;}

ul {list-style:none;}

/*FireFox scrollbarLZ*/
html{height:100%;}

body{
  color:#666;
  background:#000;
  font-size:11px;
}

h1,h2,h3,h4,h5,h6{
  font-size:100%;
  font-weight:normal;
}

address,
caption,th
cite,
code,var,
dfn,
em,strong{
	font-style:normal;
	font-weight:normal;
  }
  
table{
  border-collapse:collapse;
  border-spacing:0;
  }
  
caption,th{
  text-align:left;
}

fieldset{
  border:0;
}

optgroup{
  color:#000000;
  background-color:#FFFFFF;
}

ol,ul{
  list-style:none;
}

blockquote:before,blockquote:after,
q:before,q:after{
  content:"";
}

blockquote,q{
  quotes:"" "";
}

img{
  border:0;
  margin:0;
  padding:0;
  vertical-align:top;
  outline:none;
}

object,
embed{
  vertical-align:bottom;
}

hr{
}

