h1 {
    font-size:48px;
    text-align:center;
    color:#DC00FF;
}

body {
    background-color:#000000;
}

ul {
    list-style-type:none;
}

a {
    color:#DC00FF;
    text-decoration:none;
}

a:hover {
    font-weight:bold;
}