/* 
    Document   : global
    Created on : 18-Jul-2012, 2:04:49 PM
    Author     : Alain
    Description:
        Styles affecting the site globally are entered here
*/

* {
    padding: 0px;
    margin: 0px
}

img
{
    position: relative;
}

a img {border: none; }
a {color: #A0A0A0; text-decoration: none;}
a:hover { color: white; }
a:active { outline: none !important; }

body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.95em;
    line-height: 1.15em;
    color: rgb(110,110,90);
/*    color: rgb(118,149,172);*/
    background-color: black;
}

h3 
{ 
/* affects phplist dynamic text for confirmation and updating */
    font-size: 14px;
}