body {
    margin: 0;
    overflow: hidden;
}
.k {
    font-family: Georgia,Garamond,'Times New Roman',serif;
    color: #357;
    font-size: 80px;
    padding: 0;
    width: 30%;
    text-align: center;
}
a {
    text-decoration: underline;
    color: #05B;
}
a:hover {
    text-decoration: none;
    color: #F00;
}
a:visited {
    color: #729;
}

