*{
    margin:0;
    padding:0;
}

html{
    height:100%;
    background:#eee;
}
body{
    background: transparent;
}

a{
    color:#209fda;
    text-decoration:none;
}

a:hover{
    color:#209fda;
    text-decoration:underline;
}