body {
color: #111;
background-color: #eee;
font-size: 62.5%;
font-family: Arial, Helvetica, Verdana, sans-serif;
}

a {
text-decoration: none;
}

a:link {
color: green;
text-decoration: underline;
}

a:visited {
color: olive;
text-decoration: underline;
}

a:hover {
color: lime;
text-decoration: blink;
}

.heading{
font-size: x-large;
font-weight: bold;
}

.title {
font-size: large;
font-weight: bold;
}