A:link {
        text-decoration: none;
        color: #0000ff;
}

A:visited {
        text-decoration: none;
        color: #6633ff;
}
A:active {
        text-decoration: none;
        color: #008000;
}
.DSIntroTitle {
    text-align:center;
    font-size: 150%;
    font-weight:bold;
   	
}

.DSIntroSig {
    text-align: right;
    font-size: 125%;
}

body {
        background-color: #bfefff;
        color: #000000;
        margin: 5% 10% 5% 10%;
        font-size: 125%;
}

.IndentedParagraph {
        text-indent: 20pt;
}

.Poem {
	margin: 0% 0% 0% 20%;
}
