body {
    background-color: #FFFFFF;
    background-image: url(../images/background.jpg);
    text-align: center;
    font-family: Arial;
    font-size: 10pt;
    color: #246AD5;
}
.smalltext {
    font-size: 7pt;
}
.smalltitle {
    font-size: 10pt;
    font-weight: bold;
    color: #000080;
}
b {
    font-size: 10pt;
}
i {
    font-size: 10pt;
}
.normaltext {
    font-size: 10pt;
    color: #1040AC;
}
.phone {
    color: #FF0000;
}
.bold {
    font-weight: bold;
    font-size: 10pt;
}
.smalltext {
    font-size: 7pt;
    font-weight: bold;
}
.italicbold {
    font-size: 10pt;
    font-style: italic;
    font-weight: bold;
}
.italictext {
    font-size: 10pt;
    font-style: italic;
}

a {
    color: #000080;
    font-size: 10pt;
}
a:hover {
    color: #FF0000;
}
a:visited {
    color: #000080;
}