body {
font-family: helvetica, sans-serif;
}


h1 {
color: black;
}

h1.recently {
font-size: 150px;}

a {
text-decoration: none;
}

a:link {
color: #0000ff;
}
    
a:visited {
color: #0000ff
}
 
a:hover {
color: #0000ff;
}
   
a:active {
color: #0000ff;
}  
