body {
    margin              : 0;
    padding             : 0;
    background-color    : #fff; 
    font-family         : Trebuchet MS, Arial; 
    font-weight         : bold; 
    font-size           : 14px; 
    color               : #3B82C4; 
    letter-spacing      : 1px;
}

a img {
    border              : none;
}

a {
    text-decoration     : none; 
    color               : #3B82C4;
}

a:hover {
    text-decoration     : underline; 
    color               : #F69024;
}

.main {
    text-align          : center;
}
.text {
    color               : #000; 
    letter-spacing      : 0; 
    font-size           : 12px; 
    text-align          : center;
}

hr {
    text-align          : center; 
    color               : #3B82C4; 
    width               : 500px; 
    height              : 1px;
}