<!--
BODY {
color: #06498d;  
background-color: #e6eef8;
  background-position: bottom center;
    background-attachment: fixed;
  background-repeat: no-repeat;
  font-family: "Verdana";
}

a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  color:            #ff8629;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  color:            #ff8629;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  color:            #ff8629;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  underline;
  color: #ff8629;
  } 


-->


