/* PLEASE DO NOT REMOVE COMMENTS             */
/* file name: /masters/boston2004_style.css  */
/* last updated 2003 Dec 10                  */

TABLE.content                /* content table */
{font-family: Verdana, Helvetica, Arial, sans-serif}

HR.content {color: "#0033CC"}    /* horizontal line for content table */

TABLE.nav                   /* navigation table */  
{font-family: Verdana, Helvetica, Arial, sans-serif;
color: white;
background-color: #0033CC}

A.nav                       /* default navigation column link */  
{font-size: x-small}

A.nav:visited               /* navigation column visited link */  
{color: white}

A.nav:link                  /* navigation column link */  
{color: white}

A.nav:active                /* navigation column active link */
{color: white}

A.nav:hover                 /* navigation column hover link */
{color: white}

TR.nav_rev                  /* navigation column reverse display */
{font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: x-small; 
color: #0033CC;
background-color: white}

TD.nav_rev                  /* navigation column reverse display */
{font-family: Verdana, Helvetica, Arial, sans-serif;
color: white;
background-color: "#0033CC"}

TD.nav_rev1                 /* navigation data cell one reverse display */
{color: white;
background-color: #0033CC}

.al {text-align: left; }
.ar {text-align: right; }
.ac {text-align: center; }