<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* catdogStyles.css */
/* Time-stamp: &lt;2014-02-13 09:53:45 JT&gt; */

/* Begin New Stuff */
#indexBody {
    background-color: #BFB28C;
}
#paradeBody {
    width: 100%;
    background-color: yellow;
}
#BluBody {
    background-image: url("Blu_Bkg.jpg");
}
#CatieBody {
    background-image: url("Catie_Bkg.png");
    background-color: #BFB28C;
}
#ChessieBody {
    background-image: url("Chessie_Bkg.jpg");
}
#DittoBody {
    background-image: url("Ditto_Bkg.jpg");
}
#GeorgeBody {
    background-image: url("George-Bkg.jpg");
}
#KatieBody {
    background-image: url("Katie_Bkg.jpg");
}
#PituchaBody {
    background-image: url("Pitucha_Bkg.jpg");
}
#WisckyBody {
    background-image: url("Wiscky_Bkg.jpg");
}
#DocBody {
    background-image: url("Doc_Bkg.jpg");
}
#catPortraitsBody {
    background-image: url("catdogportraits.png");
}
#dogPortraitsBody {
    background-image: url("catdogportraits.png");
}
#contactBody {
    background-image: url("Contact_Bkg.jpg");
}
#viewingsBody {
    background-image: url("Viewings_Bkg.jpg");
}
#aboutCPABody {
    background-image: url("aboutCPA_Bkg.png");
}
#middleGround {
    background-image: url("MiddleGround.png");
    height: 900px;
}

#mainDiv {
    /* width:90%; */
    width: 50.5em;
    margin-left: auto;
    margin-right: auto;
    background-color:#AADDFF;
    color: indigo;
    text-align:center;
    /* margin-left: 5%; */
    border-color: indigo;
    border-style: outset;
    border-width: .45em;
}
#changed p {
    color: red;
}

/* End New Stuff */

/* Begin Old Stuff */

body{
    background-color:#AADDFF;
    color: indigo;
    text-align:center;
}
#head {
    text-align: center;
}
#leftSpacer {
    width:30%;
}
#narative {
    text-align:center;
    margin-left: 10%;
    margin-right: 10%;
}

#portraitNarative {
    float: left;
    text-align:center;
    width: 52%;
}

#footer {
    clear: both;
}
/* 441 Marker - Start */
/* 441 Marker - End */

.thumbstable {
    border: 8px double white;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}
p {
    font-weight: normal;
}

#buttons{
    float:right;
    position:relative;
    left:-50%;
    text-align:left;
}
#buttons ul{
    list-style:none; 
    position:relative;
    left:50%;
} 
#menu {
    text-align: center;
}

#menu a {
    list-style-type: none;
    border: 4px #EEEEFF outset;
    padding: 2px;
    width: 8em;
    background-color: #CCCCFF;
    text-align: center;
    /* font-size: 75%; */
}

.pageList {
    list-style-type: none;
    float: left;
    color: indigo;
    width: 24%;
    text-align: center;
}
.pageList li{
    list-style-type: none;
    clear: both;
}
.pageList a{
    color:indigo;
}
.pageList img {
    border: none;
}
.picLinks {
    float: left;
    width: 24%;
    color: indigo;
}

.picLinks li{
    list-style-type: none;
}
.picLinks a {
    color: indigo;
}
.picLinks img {
    border: none;
}
/* End Old Stuff */
</pre></body></html>