body {
        background-color: #FFFFFF;
        font-family: Arial, tahoma;
}

font {
        font-size: 15px;
        color: black;
}

A {
        font-family: tahoma;
        font-weight: bold;
        color: #AA0000;
        text-decoration: none;
}
A:visited {
        font-family: tahoma;
        font-weight: bold;
        color: #AA0000;
        text-decoration: none;
}
A:hover {
        font-family: tahoma;
        font-weight: bold;
        color: #557FFF;
        text-decoration: none;
}

/*  This is the cell around the message date */
.msgDate {
        height: 10;
        background-color: #FFFFFF;
        font-family: Arial, tahoma;
        font-size: 10px;
        font-weight: normal;
}

/* This is the cell around the name of the individual that posted the message */
.msgName {
        height: 15;
        background-color: #A3DFF1;
        font-family: Arial, tahoma;
        font-size: 12px;
        font-weight: normal;
}

/* This is the cell around the actual message that was posted */
.msgEntry {
        background-color: #FFFFFF;
        font-family: Arial, tahoma;
        font-size: 15px;
        font-weight: normal;
}

/*  This is the cell that is around the url that the user posted */
.msgWeb {
        height: 15;
        background-color: #CCCCCC;
        font-family: Arial, tahoma;
        font-size: 11px;
        font-weight: normal;
}

/*  This is the container that the message table sits in.  Changing this color changes the border color */
.msgBorder {
        background-color: #000000;
}

 /*  This is the message box that appears after a successful entry */
.success {
       background-color: #EEEEEE;
       font-family: Arial, tahoma;
       font-size: 11px;
       font-weight: normal;
       border-top: 1px solid #000000;
       border-right: 1px solid #000000;
       border-bottom: 1px solid #000000;
       border-left: 1px solid #000000;
}

/* This is the message box that appears in case of error */
.error {
       background-color: #EEEEEE;
       font-family: Arial, tahoma;
       font-size: 11px;
       font-weight: normal;
       border-top: 1px solid #000000;
       border-right: 1px solid #000000;
       border-bottom: 1px solid #000000;
       border-left: 1px solid #000000;
}

 /* This is the page footer */
.footer {
        font-family: Arial, tahoma;
        font-size: 10px;
        font-weight: normal;
}
/* Don't remember what this goes to */
.emailat {
        font-family: Arial, tahoma;
        font-size: 10px;
        font-weight: normal;
        color: #ff0000;
}

/* This is a border box for cells.  */
.border {
       border-top: 1px solid #000000;
       border-right: 1px solid #000000;
       border-bottom: 1px solid #000000;
       border-left: 1px solid #000000;
}

/* This is the big box that goes around the form */
.entrypage {
        background-color: #EEEEEE;
        width: 80%;
        float: center
        font-family: Arial, tahoma;
        font-size: 10px;
        font-weight: normal;
        border-top: 1px solid #000000;
        border-right: 1px solid #000000;
        border-bottom: 1px solid #000000;
        border-left: 1px solid #000000;
}
