﻿/* 
#################################################################
CSS Code written by Hugh Staples
for use with HTML pages generated with BreezeBrowserPro, a most
excellent image management program available at www.breezesys.com
#################################################################
*/

body, p { 
    font-family: Verdana, Tahoma,  Eurostile, Helvetica, sans-serif;
    font-size: 1em;
    background-color: #DCDCDC; /* off-white */
    color:  #005050;  /* Dark Teal */
    line-height: 1.1em;
    margin-left: 0.6em;
    margin-right: 0.6em;
}

a:link {
    color: Blue;
    text-decoration: underline;
}     

a:visited {
    color: #ff00ff;   /* Magenta */
    text-decoration: underline;
}  

a:hover, a:active {
    background-color:  #005050 !important;  /* Dark Teal */
    color: #f5f5f5 !important;  /* WhiteSmoke */
}

hr {
    color:  #005050;  /* Dark Teal */
    margin-left: 0.3em;
    margin-right: 0.3em;
}

h1 {
    /* I HATE Times New Roman!!  */
    font-family: "Palatino Linotype", "Book Antiqua", Georgia, Verdana, Tahoma, sans-serif;
    font-size: 1.8em;
    line-height: 1.25em;
    color: white;
    background-color: #005050;  /* Dark Teal */
    padding-top: 0.05em;
    padding-bottom: 0.25em;
    padding-left: 0.3em;
    margin-top: 0.3em;
    margin-bottom: -0.65em;
    margin-left: 10px;
    margin-right: 10px;
}

h2 { 
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 1.15em;
    font-style: italic;
    font-weight: normal !important;
    line-height: 1.15em;
    color: white;
    background-color: #005050;  /* Dark Teal */
    padding-top: 0.15em;
    padding-bottom: 0.25em;
    margin-left: 10px;
    margin-right: 10px;
}  

h3 { 
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 1.25em;
}

h4 { 
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 1.1em;
    line-height: 1.1em;
}

h5 { 
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 0.75em;
}

h6 {
    /* I HATE Times New Roman!!  */ 
    font-family: "Palatino Linotype", Garamond, "Book Antiqua", Georgia, Verdana, Tahoma, Arial, sans-serif;
    font-size: 0.75em;
}

td.left {
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 0.75em;
    text-align: left;
    width: 50%;
}
td.right {
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 0.75em;
    text-align: right;
    width: 50%;
}

span.date {
    font-size: 0.8em;
}

span.title {
    font-size: 0.75em;
    line-height: 1.25em;
}

.alctr {
    text-align: center;
}

.allft {
    text-align: left;
}

.alrt {
    text-align: right;
}

.bld {
    font-weight: bold;
}