body
{
   font-family : Arial, sans-serif;
   background-color : #F8FEE6;
}

a
{
   font-family : Arial, sans-serif;
   background-color : #F8FEE6;
}

.deemphasize
{
   font-size : smaller;
}

.emphasize
{
   color : red;
}

.warning
{
   color : #FFC000;
   font-weight : bolder;
}

.error
{
   color : red;
   font-weight : bolder;
}

.success
{
   color : green;
}
