/* CSS Stylesheets for Weltrundschau */

body        {
/*            color: black;
            background-color: #deffff;
            background-image: url('bilder/background.gif');
            font-family: Geneva, Arial, Helvetica, sans-serif;
            font-size: 12px;
            font-weight: normal;
            font-style: normal;
            text-align: center;
*/            }

h1,h2,h3    {
/*            font-family: Arial, Helvetica, sans-serif;
            color: #2a2a4f;
            text-decoration: none;
*/            }
div         {
            border: 0px solid red;
            }
            
table       {
            border: 0px solid green;
            }

td          {
            border: 0px solid blue;
            }
