a:link{
text-decoration: underline;
color: green;
}

a:visited{
text-decoration: underline;
color: green;
}

a:hover{
text-decoration: underline;
color: red;
}

body { font-family: Verdana; font-size: 10px;
}

h1 {
font-family: Times new roman; font-size: 25px; font-style: italic; color: red;
{