body {
    font-family: Verdana, Arial;
    font-size: 10px;
}
.pretty_text {
    width: 90%;
    border: 1px solid #B3BCB9;
    padding: 3px;
}
.address_text {
    width: 95%;
}
.pretty_button {
    text-decoration: underline;
    font-weight: bold;
}
th {
    text-align: left;
    font-weight: bold;
}
h1 {
    font-size: 14px;
    border-bottom: 1px solid #D00003;
    color: #D00003;
}

.red_text {
    color: #ff0000;
}

.green_text {
    color: #339900;
}

.message {
    background-color: #FFF0F0;
    padding: 10px;
}

.welcome_box {
    background-color: #F3F9FB;
    padding: 10px;
    margin-bottom: 5px;
}

.welcome_box_white {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 5px;
}


.welcome_box a, .welcome_box a:visited {
    font-weight: bold;
    color: #C2390C;
    text-decoraton: underline;
}

a, a:visited {
    color: #C2390C;
    text-decoraton: underline;
}



