﻿body 
{
    background: black;
    text-align:center;
    padding-top:150px;
}
a:link, a:visited
{
    color:Yellow;
    font-family: Calibri, Tahoma, Verdana;
    font-size:30px;
    text-decoration:none;
}
a:hover
{
    color:Orange;
    font-family: Calibri, Tahoma, Verdana;
    font-size:30px;
    text-decoration:blink;
}
