﻿body 
{
    color: White;
}

h1
{
    font-family: Bradley Hand ITC;
}

a
{
    color: Yellow;
    text-decoration: none;
    }

a:visited
{
    color: #c0c0c0;
    text-decoration: none;
    }

a:active
{
    color: red;
    text-decoration: none;
    }
    
a:hover
{
    color: White;
}

.style1
{
    font-family: Bradley Hand ITC;
    color: White;
    font-size: large;
    text-align: justify;
}

.style2
{
    font-family: Bradley Hand ITC;
    color: White;
    font-size: x-large;
    text-align: justify;
}
