/*
 *  CSS-Format
 *  PHSV Morderstedt e.V.
 */

a:link {
        color:#000000; text-decoration:underline; font-family: Verdana;
        }

a:visited {
        color:#000000; text-decoration:underline; font-family: Verdana;
        }

a:active {
        color:#000000; text-decoration:underline; font-family: Verdana;
        }

a:hover {
        color:#FF0000; text-decoration:none; font-family; Verdana;
        }

#frame {
        position: relative;
        overflow: auto;
        height: 420px;
        width: 675px;
        border: 0px solid #888;
        }

.main {
        font-family: Verdana;
        font-size: 12pt;
        }