/*****************************************************************************/
/* by Matija Tomaskovic, Mataya, Aug. 2001                                   */
/*****************************************************************************/
/*    matija@tomaskovic.com || matija.tomaskovic@vz.htnet.hr                 */
/*    www.tomaskovic.com                                                     */
/*****************************************************************************/
BODY {
        color: #800000;
        /* background-position:-8px -8px; */
        font-family:Comic Sans MS, Verdana, Arial CE, Arial, Helvetica, Helv;
        font-size: 16;
        word-spacing:normal;
        letter-spacing:normal;
        text-transform:none;
        text-align:left;
        text-indent:0;
        white-space:normal;
        margin: 0px;
        top-margin: 0px;
        left-margin: 0px;
        right-margin: 0px;
        bottom-margin: 0px;
}

H1 {
        color: #FF0000;
        font-family: Comic Sans MS, Verdana, Arial CE, Arial, Helvetica, Helv;
        font-size: 30;
        text-align: center;
        font-weight: bold;
        height:1em;
        filter:Shadow(Color=#800000, Direction=135);
}

H2 {
        color: #A000A0;
        font-family: Comic Sans MS, Verdana, Arial CE, Arial, Helvetica, Helv;
        font-size: 24;
        text-align: center;
        font-weight: bold;
}

H3 {
        color: #F000F0;
        font-family: Comic Sans MS, Verdana, Arial CE, Arial, Helvetica, Helv;
        font-size: 18;
        text-align: left;
        font-weight: bold;
}

TT {
        font-family: Courier New, Courier;
        font-size: 12;
        font-weight: normal;
}


/*---------------------------------------------------------------------------*/
TABLE {
/*
    display: block;
    table­layout: fixed;
    background:top left;
    text-decoration:none;
    float:none;
    clear:none;
*/
}

COL, TD, TH, TR {
/*
    text-decoration:none;
    float:none;
    clear:none;
*/
}

TR {
/*
    display:block;
    background-position:top left;
    width:auto;
    height:auto;
*/
}

TD, TH {
/*
    display:inline;
    color: #800000;
    font-family: Comic Sans MS, Verdana, Arial CE, Arial, Helvetica, Helv;
    font-size: 16;
    word-spacing:normal;
    letter-spacing:normal;
    text-transform:none;
    vertical-align:top;
    text-align:left;
    text-indent:0;
    white-space:normal;
    text-align: left;
    font-weight: normal;
*/
}

TH {
    /* font-weight:bold; */
}

HR {
    /* color: #000000 */
}

UL {
    /* text-indent: 0 */
}

/*---------------------------------------------------------------------------*/

A:link    {color: #408000; text-decoration: underline}
A:visited {color: #408000; text-decoration: underline}
A:active  {color: #408000; text-decoration: underline}
A:hover   {color: #60A000; text-decoration: underline}

.Invert {
    color: #FF8000;
}

