/********************************************************************************************/
/* Basic page settings. Note that these settings will override any FONT settings elsewhere. */
/********************************************************************************************/
body {
background-image: url("../images/lg2.jpg");
}

a:link       {
               color: #000066;
               font-weight: normal;
               text-decoration: none;
               }
a:visited  { 
               color: #000066;
               text-decoration: none;
               font-style: none;
               }
a:hover   {
               font-weight: normal;
               color: #ffffff;
               text-decoration: none;
               background-color: #800000;
               }
a:active  {
               font-weight: normal;
               color: #ff0000;
               text-decoration: none;
               background-color: #eeeeee;
               }
a.bold:link       {
               color: #000066;
               font-weight: bold;
               text-decoration: none;
               }
a.bold:visited  { 
               color: #000066;
               font-weight: bold;
               text-decoration: none;
               font-style: none;
               }
a.bold:hover   {
               font-weight: bold;
               color: #ffffff;
               text-decoration: none;
               background-color: #800000;
               }
a.bold:active  {
               font-weight: bold;
               color: #ff0000;
               text-decoration: none;
               background-color: #eeeeee;
               }
a.navheader:link       {
               color: #ffffff;
               font-weight: normal;
               text-decoration: none;
               }
a.navheader:visited  { 
               color: #ffffff;
               text-decoration: none;
               font-style: none;
               }
a.navheader:hover   {
               font-weight: normal;
               color: #ffffff;
               text-decoration: none;
               background-color: #800000;
               }
a.navheader:active  {
               font-weight: normal;
               color: #ff0000;
               text-decoration: none;
               background-color: #000000;
               }
a.body:link       {
               color: #000066;
               font-weight: bold;
               text-decoration: none;
               }
a.body:visited  { 
               color: #000066;
               font-weight: bold;
               text-decoration: none;
               font-style: none;
               }
a.body:hover   {
               font-weight: bold;
               color: #ffffff;
               text-decoration: none;
               background-color: #800000;
               }
a.body:active  {
               font-weight: bold;
               color: #ff0000;
               text-decoration: none;
               background-color: #eeeeee;
               }
a.body2:link       {
               color: #000000;
               font-weight: normal;
               text-decoration: none;
               }
a.body2:visited  { 
               color: #000000;
               font-weight: normal;
               text-decoration: none;
               font-style: none;
               }
a.body2:hover   {
               font-weight: normal;
               color: #ffffff;
               text-decoration: none;
               background-color: #000000;
               }
a.body2:active  {
               font-weight: normal;
               color: #ff0000;
               text-decoration: none;
               background-color: #eeeeee;
               }


