body {
    background-color: white;
    overflow: hidden;
}

img {
    border: 0px;
}

/* Home Page */
.MainIcons {
text-align: center;
}

.MainIcons img {
margin: 5px;
border: 1px solid black;
width: 128px;
height: 128px;
}

#MainHeading {
    text-align: center;
    font-family: times;
    font-size: 45pt;
    color: black;
    margin-top: -25px;
}

#SubHeading {
    text-align: center;
    font-family: sans-serif;
    font-size: 14pt;
    color: gray;
    margin-right: 109px;
}

#Othericons {
    text-align: center;
}

/* Shared Sub-pages */

.SubpageCentered {
    margin-left: auto;
    margin-right: auto;
    margin-top: 13px;
    height: 300px;
    width: 300px;
}

.SubpageContent {
    padding: 5px;
    color: black;
    height: 300px;
    width: 300px;
    border: 1px solid black;
}

.SubpageImage {
    background-repeat: no-repeat;
    float: left;
    margin-left: -128px;
    height: 256px;
    width: 128px;
}

/* About page */
.softtitle {
    color: grey;
}

.taglist {
    float:right;
    list-style-type:none;
    margin-right:93px;
    margin-top:-35px;
}

.hardwarning {
    background-color: yellow;
}

#CatSleeping img {
    margin-top: 38px;
    margin-left: 110px;
}

#CatSleeping {
    border: 0px;
    outline-style: none;
}

#CatScared {
    margin-top: -70px;
    margin-left: 110px;
}

#CatRun {
    float: left;
    margin-top: -49px;
    margin-left: -225px;
}

/* Speak page */
#NoType {
visibility:hidden;
display:none;
}

#SpeakScroll {
    overflow: auto;
    height: 268px;
    width: 305px;
}
