body {
font-family: Verdana,Arial,Helvetica,sans serif;
}

div {
width: 200px;
height: 40px;
margin: auto;
background-color: #33ddff;
}

a {
color: #ffffff;
text-decoration: none;
font-weight: bold;
line-height: 40px;
}

a:hover {
text-decoration: underline;
}