@charset "UTF-8";
@media screen, projection {
html, body{background-color:#000;color:#fff;margin:0;padding:0;}
#content{background-color:#fff;color:#000;margin-left:auto;margin-right:auto;width:800px;height:600px;background-image:url(bg.jpg);background-repeat:no-repeat;}
#text{font-family:Georgia, "Times New Roman", Serif;width:250px;padding:140px 50px 50px 50px;margin:20px;font-size:small;}
#text a:link{color:rgb(147,59,39);font-size:medium;text-decoration:none;}
#text a:visited{color:rgb(147,59,39);font-size:medium;text-decoration:none;}
#text a:hover{color:#000;font-size:medium;text-decoration:none;}
}
@media print{
}