body {
    font-family: "Comic Sans MS", "Chalkboard SE", "Comic Neue", sans-serif;
    background-color: #f0f0f0;
}

h1 {
    color: #C8B8EF;
}

.admin-user {
    color: #4c3f7e;
    font-family: "Brush Script MT", "Snell Roundhand", "Apple Chancery", cursive;
    font-weight: bold;
    text-decoration: underline;
    font-size: 2.0em;
}       

.reg-user {
    font-weight: bold;
    color:#A797E5;
    text-decoration: underline;
}

.message-line {
    font-family: "Arial", "Helvetica", sans-serif;
    color:#000000;
}
