.centered
{
   text-align: center;
}
.left
{
   text-align: left;
   padding-left: 0.5em;
}
.right
{
   text-align: right;
   padding-right: 0.5em;
}
.title
{
   color: Blue;
   font-style:italic;
}
.tip
{
   color: Red;
   font-style:italic;
}
.spanish
{
   font-style:italic;
}
.english
{
   font-style:normal;
   font-weight:bold;
}
body
{
   background-color: white;
   color: black;
   font-family: Arial, Geneva, Helvetica, sans-serif;
}
p
{
   padding-left: 0.5em;
}
th
{
   background-color:#cccccc;
   padding: 0.25em;
}
td
{
   font-size:x-small;
   text-align: center;
   padding: 0em 0.5em 0em 0.5em;
}
.altRow
{
   background-color:#ffffcc;
}
