/*****************************************************************************
 *                        GLOBAL STYLE SHEET                                 *
 *****************************************************************************/

/*---------- DEFAULTS ----------*/
address
{
    text-align: center;
    font-size: xx-small;
    font-family: arial;
}

a:active,a:link
{
    color: blue;
    text-decoration: none;
}
a:visited
{
    color: #0000bb;
    text-decoration: none;
}
a:hover
{
    color: red;
    text-decoration: none;
}

img
{
    border-style: none;
}

/*---------- SPECIFICS ----------*/
/* back button */
img.back
{
    position: absolute;
    left: 0;
    top: 0;
}

/* w3c valid check buttons */
p.button
{
    margin-top: 100px;
    text-align: center;
}

/* JavaScript disabled error */
p.jsError
{
    color: red;
    border-style: double;
    margin-top: 40px;
    padding: 5px;
    width: 400px;
    font-family: arial;
    font-size: x-small;
    text-align: left;
}
a.jsError:active,a.jsError:link,a.jsError:visited
{
    color: red;
}
a.jsError:hover
{
    color: #ffaaaa;
}
