/* D:\dh\web\CRK\1\HTM\crk.css (131 lines) 2004-10-14 06:22 Dean Hannotte */

a:link /* unvisited link */
{
    color: blue;
}

a:visited /* visited link */
{
/*     color: purple; */
    color: #666;
/*     color: gray; */
/*     font-family: Century Schoolbook, Comic Sans MS, Times New Roman; */
/*     font-size: 13.5pt; */
}

/* a:hover MUST come after a:link and a:visited */
/* in the CSS definition in order to be effective!! */

a:hover /* mouse over link */
{
    color: white;
    background-color: #0c0; /* light green */
}

/* a:active MUST come after a:hover in the */
/* CSS definition in order to be effective!! */

a:active /* selected link */
{
    color: green;
}

P
{
    color: black;
    font-family: Century Schoolbook, Comic Sans MS, Times New Roman;
    font-size: 13.5pt;
}

.primary
{
    color: black;
    font-family: Century Schoolbook, Comic Sans MS, Times New Roman;
    font-size: 13.5pt;
}

.dropcap
{
    color: black;
    font-family: Century Schoolbook, Comic Sans MS, Times New Roman;
    font-size: 13.5pt;
}

.dropcap:first-letter
{
    color: #600;
    font-size: 40pt;
    font-weight: bold;
    float: left
}

.indent
{
    color: black;
    font-family: Century Schoolbook, Comic Sans MS, Times New Roman;
    font-size: 13.5pt;
    text-indent: 24pt;
}

TD, .secondary
{
    color: #600;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    text-indent: 0.0pt;
}

TD P, .secondary-large
{
    color: #600;
    font-family: Verdana, Helvetica;
    font-size: 12pt;
    text-indent: 0.0pt;
}

.heading
{
    font-family: Arial, Helvetica;
    font-size: 18pt;
}

.title
{
    color: black;
    font-family: Century Schoolbook, Comic Sans MS, Times New Roman;
    font-size: 24pt;
    font-weight: bold;
    text-align: center;
}

.subtitle
{
    color: black;
    font-family: Century Schoolbook, Comic Sans MS, Times New Roman;
    font-size: 18pt;
    font-weight: bold;
    text-align: center;
}

.quote
{
    color: black;
    font-family: Century Schoolbook, Comic Sans MS, Times New Roman;
    font-size: 12pt;
    text-align: right;
}

.code
{
    color: brown;
    font-family: Courier New;
    font-size: 12pt;
    font-weight: bold;
}

.inset
{
    width: 100pt;
    float: left;
}
