/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 12, 2016, 10:11:03 PM
    Author     : jvoosten
*/


.site-description
{
  margin-top: 30px;
  font-size: 200%;
  letter-spacing: .1em;
  color: white;
}

a
{
  color: #000099 !important;
  text-decoration: none;
}
a:hover
{
  color: #000099 !important;
  text-decoration: underline;
}
a:visited
{
  color: #006699 !important;
}

ul.nav > li > a,
ul.nav > li > a:visited,
ul.nav > li > a:hover
{
  color: #000099 !important;
}