P {        color: black; /* Sets the color of the font */         background: transparent;        font-size: 14px; /* Points (such as 8pt) is possible, but always use % */        text-align: left; /* alignment left, right, center, justify */        font-family: verdana, arial; /* Fonts in quotes */   }    P.center {        color: black; /* Sets the color of the font */         background: transparent;        font-size: 14px; /* Points (such as 8pt) is possible, but always use % */        text-align: center; /* alignment left, right, center, justify */        font-family: verdana, arial; /* Fonts in quotes */   }    .body {        color: black; /* Sets the color of the font */         background: transparent;        font-size: 14px; /* Points (such as 8pt) is possible, but always use % */        text-align: left; /* alignment left, right, center, justify */        font-family: verdana, arial; /* Fonts in quotes */   }    P.header {        color: #003366; /* Sets the color of the font */         background: transparent;        font-size: 16px; /* Points (such as 8pt) is possible, but always use % */        font-weight: bold;        text-align: left; /* alignment left, right, center, justify */        font-family: verdana, arial; /* Fonts in quotes */   } P.copy {        color: black; /* Sets the color of the font */         background: transparent;        font-size: 11px; /* Points (such as 8pt) is possible, but always use % */        text-align: center; /* alignment left, right, center, justify */        font-family: verdana, arial; /* Fonts in quotes */   }   A:link        {text-decoration: none; font-weight: normal; color: #003366; background-color: transparent; font: 14px; font-family: verdana, arial;}A:visited     {text-decoration: none; font-weight: normal; color: #003366; background-color: transparent; font: 14px; font-family: verdana, arial;}A:HOVER       {text-decoration: none; font-weight: normal; color: #000033; background-color: transparent;  font: 14px; font-family: verdana, arial;}A.copy:link        {text-decoration: none; font-weight: normal; color: #003366; background-color: transparent; font: 11px; font-family: verdana, arial;}A.copy:visited     {text-decoration: none; font-weight: normal; color: #003366; background-color: transparent; font: 11px; font-family: verdana, arial;}A.copy:HOVER       {text-decoration: none; font-weight: normal; color: #000033; background-color: transparent;  font: 11px; font-family: verdana, arial;}A.secondNav:link        {text-decoration: none; font-weight: normal; color: white; background-color: transparent; font-size: 13px; font-family: verdana, arial;}A.secondNav:visited     {text-decoration: none; font-weight: normal; color: white; background-color: transparent; font-size: 13px; font-family: verdana, arial;}A.secondNav:HOVER       {text-decoration: none; font-weight: normal; color: #ffcc00; background-color: transparent; font-size: 13px; font-family: verdana, arial;}A.secondNavCurrent:link        {text-decoration: none; line-height: 80%; font-weight: normal; color: #ffcc00; background-color: transparent; font-size: 13px; font-family: verdana, arial;}A.secondNavCurrent:visited     {text-decoration: none; line-height: 80%; font-weight: normal; color: #ffcc00; background-color: transparent; font-size: 13px; font-family: verdana, arial;}A.secondNavCurrent:HOVER       {text-decoration: none; line-height: 80%; font-weight: normal; color: #ffcc00; background-color: transparent; font-size: 13px; font-family: verdana, arial;}