/*
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 : May 16, 2015, 1:54:52 PM
    Author     : Tom
*/

*
{
    font-family: verdana;
    margin: 0px;
}
div#footer
{
    font-size: 75%;
    text-align: right;
    line-height: 150%;
}

a:hover
{
    font-style: italic;
    text-decoration: none;
}
a:visited
{
    font-style: normal;
    text-decoration: none;
}
a:link
{
    text-decoration: none;   
}