.PageTitle {/*Page Headline (i.e. WELCOME)*/
    font-size: 24px;
   color: rgb(15,39,84);
    text-shadow: 1px 1px 1px #fff;
    font-weight: normal ! important;
    font-family: Georgia;
}

a:link {color: rgb(15,39,84);}/*Default Link Colour*/
a:visited {color: rgb(15,39,84);}/*Visited Link Colour, ALWAYS make same as Default*/
a:hover {color: #000;}/*link's color when you Mouse Over it*/
a:active {color: #000;}/*Color when link is clicked*/

.bottomLink { 
color: rgb(15,39,84) ! important;}
