body {
background-image: url("small.jpg");
}

table {
width: 80%;
background-color: #040927;
border-width: 1px;
border-color: #162ec5;
border-style: solid;
color: #ffffff;
font-family: Calibri;
padding: 20px;
}

a:link{
font-family: Myriad Pro, Trebuchet MS, sans-serif;
font-size: 30px;
color: #6a6162;
text-decoration: none;
background-color: #040927;
}

a:visited {
font-family: Myriad Pro, Trebuchet MS, sans-serif;
font-size: 30px;
color: #6a6162;
text-decoration: none;
background-color: #040927;
}

a:hover{
font-family: Myriad Pro, Trebuchet MS, sans-serif;
font-size: 30px;
color: #2a80e7;
text-decoration: none;
background-color: #040927;
}