body{
    background-color: #536066;
    color: white;
    text-align: center;
}
#emaillogo{
    width: 70px;
    height: 55px;
}
h1{
    font-style: italic;
}
.left{
    text-align: left;
}
.right{
    text-align: right;
}
.xsmallfont{
    font-size: x-small;
}
.largefont{
    font-size: large;
}
.xlargefont{
    font-size: x-large;
}
.xxlargefont{
    font-size: xx-large;
}
.bold{
    font-weight: bold;
}
.underline{
    text-decoration: underline;
}
.spaces{
    white-space: pre;
}
.history{
    color: black;
}
.useirc{
    color: #E1AE98;
}
.link{
    color: #d1dfA6;
}
.oldsitelink{
    color: #2f4f4f;
}
.email{
    color: #d1df66;
}