body
{
 background-color: rgb(0, 0, 0);
 color: rgb(255, 255, 255);
 font-family: Engravers MT;
}

a:link {color: rgb(255, 0, 0);}
a:hover {color: rgb(0, 255, 0);}
a:visited {color: rgb(160, 0, 0);}
a:active {color: rgb(160, 160, 160);}

a:link img {border-color: rgb(255, 0, 0);}
a:hover img {border-color: rgb(0, 255, 0);}
a:visited img {border-color: rgb(160, 0, 0);}
a:active img {border-color: rgb(160, 160, 160);}

IMG.middle
{
 vertical-align: middle;
}

.thin
{
 font-family: Copperplate Gothic Light;
}

.bold
{
 font-family: Copperplate Gothic Bold;
}

.normal
{
 font-family: Arial;
}

.indent
{
 font-size: 18;
 text-indent: 20px;
}

.center
{
 font-size: 18;
 text-align: center;
}

.right
{
 font-size: 18;
 text-align: right;
}

.title
{
 font-size:       48;
 font-weight:   bold;
 text-align:  center;
}