/* quilts.css */

body
{
    font-family: "Times New Roman", Times, serif;
    font-size: 14pt;
    background-image: url(Images/greyish.gif);
}

/* Style the tab */
/*.tabs
{
    overflow: hidden;
    border: 1px solid #c0c0c0;
    background-color: #e1e1e1;
}*/

/* Style the buttons inside the tab */
/*.tabs button
{
    font-family: inherit;
    background-color: inherit;
    float: left;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 25px;
}*/

/* Change background color of buttons on hover */
/*.tabs button:hover
{
    background-color: #d0d0d0;
}*/

/* Create an active/current tablink class */
/*.tabs button:active
{
    background-color: #c0c0c0;
}*/

/* Style the tab content */
/*.tabcontent
{
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}*/

/* Fade in tabs */
/*@-webkit-keyframes fadeEffect
{
    from {opacity: 0;}
    to {opacity: 1;}
}*/

/*@keyframes fadeEffect
{
    from {opacity: 0;}
    to {opacity: 1;}
}*/

/*address
{
    font-size: 14pt;
}*/

.horzLine
{
    width: 100%;
    height: 2px;   
}

.houseTitle
{
    font-weight: bold;
}

.tables
{
    border: solid;
    border-color: #008080;
    padding: 5px;
    border-spacing: 5px;
    margin: 5px;
}

.image
{
    border: solid;
    border-width: thin;
    padding: 5px;
}

.caption
{
    text-align: center;
}
