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

.text{color:#FFFFFF;
font-family:Tahoma;
font-size:11px;
}

.text a:link{color:#FF6600;
font-family:Tahoma;
font-size:11px;
text-decoration:none;
}
.text a:visited{color:#FF6600;
font-family:Tahoma;
font-size:11px;
text-decoration:none;
}
.text a:hover{color:#FF6600;
font-family:Tahoma;
font-size:11px;
text-decoration:underline;
}

body {
margin:0;
background-color:#000000;
}