a.bxLink
{
    font-weight: bold;
}

h1.bxTitle
{
    padding: 10px 5px 20px 5px;
    font-size: 3em;
    font-weight: bold;
    text-align: center;
    color: #f5f5f5;
    background-color: #ff80ff;  /*#00ff00*/
    text-shadow:
            1px 1px 1px #800080,  /*008080*/
            1px 2px 1px #800080,
            1px 3px 1px #800080,
            1px 4px 1px #800080,
            1px 5px 1px #800080,
            1px 6px 1px #800080,
            1px 7px 1px #800080,
            1px 8px 1px #800080,
            1px 18px 6px rgba(0,0,132,0.4),
            1px 22px 10px rgba(0,0,132,0.2),
            1px 25px 35px rgba(0,0,132,0.2),
            1px 30px 60px rgba(0,0,132,0.4);
}

td.bxContactLabel
{
    background-color: white;
    padding: 2px 2px 2px 10px;
    border: 0;
    width: 15%;
    text-align: right;
    font-weight: bold;
}
td.bxContactInfo
{
    background-color: white;
    padding: 2px 0 2px 5px;
    width: 90%;
}
p.bxBnapexLabel
{
    font-weight: bold;
    font-size: 1.2em;
}
