body {
   background-color: #E5EDF5;
   color:#1F5ABA;
   font-family:Tahoma,Arial,sans-serif;
   font-size:12pt;

}

/* table { background-color: white; } */

p {
   color:#1F5ABA;
   font-family:Tahoma;
   font-size:12pt;
}

p.sale_price {
   color: green;
   font-size:14pt;
}
p.phone_number {
   color: red;
   font-size: 14pt;
}

p.not_paid_for {
   color: green;
   font-size: x-small;
}


table.standard{
background-color: #FFFFFF;
   }

/* table, tbody, td, textarea, tfoot, th, tr {
   background-color: #FFFFFF;
}  */

main {
   color:#1F5ABA;
   font-family:Tahoma,Arial,sans-serif;
   font-size:16pt;
}

.footer {
   color:#1F5ABA;
   font-family:Tahoma,Arial,sans-serif;
   background-color:#FFFF00;
   font-size:6pt;
}

BannerHeadline {
   color:#1F5ABA;
   font-weight:bold;
   font-family:Tahoma;
   font-size:24pt;
   background-color:#FFFDCA
}



a {
   color:#1F5ABA;
   text-decoration:none;
}

a:visited {
   color:#1F5ABA;
}

a:hover {
   color:#1F5ABA;
   text-decoration:underline;
}

h1 {
    color: #1F5ABA;
    font-size:28pt;
    font-weight:bold;
}

h2 {
    color:#1F5ABA;
    font-weight:bold;
    font-family:Tahoma,Calibri,sans-serif;
    font-size:20pt;
}

h3 {
    color:#1F5ABA;
    font-size:14pt;
}

h4 {
    color:#1F5ABA;
    font-size:10pt;
}


hr {
   width: 91%;
   color:#1F5ABA;
}


.author {
    color:#1F5ABA;
    font-size:7pt;
    font-style:italic;
}

.box {
    color:#1F5ABA;
    border-style:dashed;
    border-width:5px;
    border-color:#1F5ABA;
    background-color:#FFFF00;
    padding:5px;
}