﻿
/*  Text styles for the Dog's Pages  */
#names
{
    text-align: center;
    font-size: 72px;
    font-variant: small-caps;
    letter-spacing: 12px;
    color: transparent;
    text-shadow: 6px -1px 3px #DC1436;
             	
}

/*  Header style for contact page.  */
#ContactUs 
{
    text-align: center;
    font-variant: small-caps;
    letter-spacing: 12px;
}

/*  Text and Font styles for the paragraphs in the articles  */
#par
{
    font-family: 'Times New Roman', Times, serif;
    /*font-weight: bold;*/
    color: #FFFFFF;
}