body {
    background : #eee url('../imgs/MozillaCommunitiesLight.jpg') no-repeat;
    font : 12px "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height : 1.6;
    color : #444;
}

p {
    margin : 0;
    padding : 7px 0;
}

a { 
    color : #1e90ff;
    text-decoration : none;	
}
a:hover { text-decoration : underline; }

hr {
    border : none;
    height : 1px; line-height: 1px;
    background : #ccc;	
    margin : 20px 0 20px 0;
    padding : 0;
}

img {
    padding : 2px;
    margin : 4px;
    display : block;
    max-width : 500px;
    margin : auto;
}

#content {
    background : #fff;
    width : 600px;
    margin: 50px auto;
    padding: 20px;
    border : 1px solid #ccc;
}

#footer {
    text-align : center;
    font-size : 14px;
}
#footer img {
    display : inline;
    margin : 0;
    padding : 0;
}

.blue {
    color : #3771c8;
}
