﻿
.RubrikGeorgia
{
    font-family: Georgia;
    font-size: xx-large;
}

.RubrikTrebuchet
{
    font-family: Trebuchet MS;
    font-size: 36px;    
}

.RubrikEngravers
{
    font-family: Engravers MT;
    font-size: 36px;
}


.RubrikTimesNewRoman
{
    font-family: 'Times New Roman';
    font-size: 36px;
}

.RubrikArial
{
    font-family: Arial;
    font-size: 36px;
}

.IngressTimesNewRoman
{
    font-family: 'Times New Roman';
    font-size: 18px;
    font-style: italic;
    color: Gray;
}

.IngressGeorgia
{
    font-family: Georgia;
    font-size: 18px;
    font-style: italic;
    color: Gray;
}

.IngressArial
{
    font-family: Arial;
    font-size: 18px;
    font-style: italic;    
    color: Gray;
}

.BrodtextTimesNewRoman
{
    font-family: 'Times New Roman';
    font-size: 15px;
    letter-spacing: 0.01em;
}

.BrodtextArial
{
    font-family: Arial;
    font-size: 14px;
}

.contentPhoto
{
    text-align: center;
    width: 585px;    
    background-color: Fuchsia;
    margin-bottom: 20px;
}

.contentText
{
    margin-left: 5px;
}

