@charset "UTF-8";
.bbstyles {
	font-family: Georgia, "Times New Roman", Times, serif;
}

@media screen {

   body, html
   {
   	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
      width: 100%;
      height: 100%;
      /*
         sonstige einstellungen, z.B. rand und co
      */
   }

}  