/* Style formatting for Contact info page */

.con-intro2
{
    margin-top: 2in;
}

.unimportant
{
    color: rgb(40,40,40);
}

.con-name, .con-email, .con-phone
{
    margin-left: 0.5in;
    margin-bottom: 0px;
    margin-top: 0px;

    white-space: nowrap;
}

.con-name
{
    font-weight: bold;
}

.con-email
{
    font-family: Lucida Console, Lucida Typewriter, Courier New, Courier, mono;
}

.con-phone
{
    white-space: nowrap;
}
