.abc    {
                border-width: 1px;
                border-color: black;
                color: black;
                background-color: #E8E8E8;
                border-style: solid;
                border-width: 1px 1px 1px 1px;
                z-index: 1;
        }
        
.navtext{
                width: 250px;
                font-size: 12pt;
                border-width: 2px;
                border-style: outset;
                border-color: darkgray;
                layer-background-color: #E8E8E8;
                background-color: #E8E8E8;
                color: black;
        }
        
.answer {
                color: red;
        }

img     {
                border: 0 none inherit;
        }
        
a,a:visited,a:active {
                text-decoration: none;
                color: blue;
        }
a:hover {
                text-decoration: underline;
                color: blue;
        }
        
table   {
                border: 0 none inherit;
        }

