/* reset CSS to remove default browser styles, i only reset the elements i used*/
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
    color: white;
}