a:link { 
    text-decoration: none;
    color: #1010ff;
    font-weight: bolder;
}

a:active { 
    text-decoration: none;
    color: #ff0000;
    font-weight: bolder;
}

a:visited { 
    text-decoration: none;
    color: #7070ff;
    font-weight: bolder;
}

ul {
    list-style: disc outside url(http://www.adampaul.com/images/ball_blue.gif)
}

.bigger {
    font-weight: bolder;
}

.white {
    color: #ffffff;
    text-decoration: none;
}

.black {
    color: #000000;
    text-decoration: none;
}
