.errormsg {
color: #ff0000;
text-align: center;
font-weight:bold;
}

.successmsg {
color: #00ff00;
text-align: center;
font-weight:bold;
}

.blue_cell {
background-color: #bcdeef;
}

.blue_text {
color: blue;
}

.blue_cell a:link    {color:#ff00ff; text-decoration: underline}
.stay_blue a:visited {color:blue; text-decoration: underline}
a:link    {color:blue; text-decoration: underline}
a:visited {color:purple; text-decoration: underline}
a:active  {color:red; text-decoration: underline}
a:hover   {color:red; text-decoration: underline}

body
{
font-family: arial, sans-serif;
}
