﻿body
{
    font-size: small;
    font-family: Arial;
}
.Headline
{
    font-weight: bold;
    font-size: medium;
    text-transform: capitalize;
    font-family: Arial;
}
.SubHead
{
    font-weight: bold;
    font-size: small;
    text-transform: capitalize;
    font-family: Arial;
    font-style: italic;
}
.ParagraphHead
{
    font-weight: bold;
    font-size: small;
    text-transform: capitalize;
    font-family: Arial;
}
.ByLine
{
    font-size: small;
    font-family: Arial;
}
.Copy
{
    font-size: small;
    font-family: Arial;
}
.Caption
{
    font-size: small;
    font-weight: bold;
    font-family: Arial;
}
.Quote
{
    font-size: small;
    font-style: italic;
    font-family: Arial;
}
A:link
{
	font-weight: bold;
	color: #cf6928;
	text-decoration: none;
}
A:visited
{
    font-weight: bold;
    color: #cf6928;
    text-decoration: none;
}
