﻿html
{
    height: 100%;
    width: 100%;
}

body
{
    background-color: white;
    color: black;
    font-family: Arial, Verdana, Georgia;
    font-size: 1em;
}

.link
{
    font-size: 2.1em;
    color: #b8addb;
}

.link a:link
{
    color:  #b8addb;
    text-decoration: none;
}

.link a:visited
{
    color:  #b8addb;
    text-decoration: none;
}

.link a:hover
{
    color:  #b8addb;
    text-decoration: underline;
}

.link a:active
{
    color:  #b8addb;
    text-decoration: underline;
}

.displayN 
{
    display: none;}