body
{
    color:#333333;
    background-image:url('images/bg.jpg');
    background-repeat:repeat-x;
}

a:link, a:visited
{
    font-weight: none;
    text-decoration: none;
    color: gray;
}

a:hover
{
    font-weight: none;
    text-decoration: none;
    color: black;
}

a:active {
    font-weight : none; 
    text-decoration : none;
    color: black;
}

.centeredImage {
text-align:center;
margin-top:0px;
margin-bottom:0px;
padding:0px;
}

