@charset "UTF-8";

/* clear style */
*{
margin:0;
padding:0;
color:#FFFFFF;
text-decoration:none;
font-style:normal;
font-weight:normal;
font-family:Arial, Verdana, sams-serif;
line-height:1;
border:0;
list-style-type:none;
}

body{
background-color:#000000;
}

a:link{color:#0000CC;}
a:visited{color:#0000CC;}
a:hover{color:#0099FF;text-decoration:underline;}
a:active{color:#0099FF;text-decoration:underline;}

img{
display:block;
color:#FFFFFF;
font-weight:normal;
background-color:#777777;
}

div.clear{
width:0;
height:0;
font-size:0;
clear:both;
}