@charset "utf-8";
/* CSS Document */
body {
    font-family: Tahoma, Arial, "Times New Roman", Times, serif;
    text-align:left; 
    line-height:125%; 
    
}

p {
    text-indent: 45px;
}

.heading {
    font-size: x-large;
    color: #FF66CC;
    line-height:150%; 
}

.heading a:link,
.heading a:visited,
.heading a:active {
    text-decoration:none;
    color: #FF66CC;    
}

.heading a:hover {
    text-decoration: underline;
}

.italicb {
    font-style: italic;
    font-weight: bold;
}

.quote {
    display: block;
    width: 90%;
    font-style:italic;
    color: #0066CC;
    margin-left: auto;
    margin-right: auto;
}

.qumark {
    color: #e9cdec;
    font-weight: bold;
    font-size: x-large;
}

.pinkq {
    color: #FF3366;
    font-style: italic;
    font-size: 16px;
}

.copyright {
    padding-top: 8px;
    text-align:center;
    font-size:.6em;
    color: #666666;
}

.copyright a:link,
.copyright a:visited,
.copyright a:active {
    text-decoration:none;
    color: #666666;
}