body {
    background-color: #101020;
    color: #ffffff;
    font-family: "MS Gothic", "Inconsolata";
    font-size: small;
    font-weight:normal;
}

a:link { color: #df80ff; text-decoration:none; }
a:visited { color: #9060b0; }
a:hover { color: #a0a0ff; }


h1,h2,h3 {
    font-weight:normal;
    text-align: center;
}

h1 {
    font-size: 14pt;
    font-weight:bold;
}

h2 {
    font-size: 10pt;
    font-weight:normal;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

ul {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
}

ul li:before {
    content: '\2665';
    font-family: Times;
    color: #ffa0a0;
}   

.email {
    color: #df80ff;
    white-space: nowrap;
}

.heart {
    font-family: Times;
    color: #ffa0a0;
}


td {
    padding: 0 5px 0 5px;
}
