body {
font-family: Verdana, Arial;
font-size: 13px;
color:#000;

/* Bright Yellow */
/*background: #0000FF;*/

/*Light Blue (Kinda Teal) */
/*background: #33CCFF;*/

/*Even lighter blue*/
background: #99FFFF;

/*white*/
/*background: #FFFFFF;*/

}

/* for table data */
td
{
font-family: Verdana, Arial;
font-size: 13px;
color:#000;
}


/* for centering images */
.centeredImage
{
text-align:center;
margin-top:0px;
margin-bottom:0px;
padding:0px;
}
