body {
    background-color: #333333;
    color: #CCCCCC;
}

h1 {
    font-size: 30pt;
    text-align: center;
    font-family: verdana;
    letter-spacing: 5;
}

h2 {
    margin: 0 0 0 0;
    text-align:center;
    font-family: verdana;
    font-size: 10pt;
    letter-spacing: 5;
}

a, a:link, a:visited, a:active {
    text-decoration: underline;
    color: #99FF99;
    }

#left {
    text-align: left;
    position: absolute;
    width: 150px;
    left: 10px;
    top: 105px;
    border: 0px solid #FFFFFF;
}

#left p {
    font-size: 10pt;
    }
    
#center {
    text-align: center;
    margin-left: 201px;
    margin-right: 201px;
    border: 0px solid #FFFFFF;
    
    }
    
#center h1 {
    color: #99FF99;
    font-size: 14pt;
    border: 1px solid #99FF99;
}

#center ul {
    text-align: left;
}

#center div.album {
    text-align:center;
}

#right {
    text-align: center;
    position: absolute;
    top: 105px;
    right: 10px;
    width: 200px;
    border: 0px solid #FFFFFF;
    }


li {
    
    list-style-type: square;
    padding-bottom: 5px;
}

p {
    text-align: left;
