﻿body {
    background-color: White;
    font-family: Times;
    color: Black;
}
a:link, a:visited {
    text-decoration: none;
    color: DarkBlue;
    font-weight: bold;
    text-decoration: underline;
}
a:hover {
    text-decoration: underline;
    color: Red;
    font-weight: bold;
}

.Title {
    font-family: Book Antiqua;
    font-size: 24pt;
    font-variant: small-caps;
    border-bottom-style: ridge;
    border-bottom-color: Silver;
    border-bottom-width: thin;
}
.Blurb {
    border-bottom-style: ridge;
    border-bottom-color: Silver;
    border-bottom-width: thin;
    padding-left: 40px;
    padding-right: 40px;
}
.Friends {
    font-family: Lucida Bright;
}
.Col1 {
    font-family: Times;
    font-size: small;
}

.Col2 {
    font-family: Times;
    font-size: small;
}

.Col3 {
    font-family: Times;
    font-size: small;
}
.Quote1 {
    color: #87580a;
}
.Quote2 {
    color: #a00000;
}
.SubHead {
    font-size: medium;
    font-weight: bold;
}
