A:link { text-decoration: none; color: blue;}
A:visited {text-decoration: none; color: blue;}
A:active {text-decoration: none; color:blue;}
A:hover {text-decoration: underline; color: red;}

h1 {
font-size:50px;
font-weight: bold;
}

p {
font-size: 12px;
font-weight: bold;
}
