/* Links */
   
    a:link
  {
	color: #990000;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-decoration: none;
    }

    a:visited, a:active {
	color:  #990000;
	font-weight: bold;
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	background-color: transparent;
	text-decoration: none;
    }

    a:hover {
	color:  #009999;
	font-weight: bold;
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	background-color: transparent;
	text-decoration: none;
    }

