body{
    background-image: url('');
    background-collapse: collapse;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
h3{
    text-align: center;
    color: #FF00FF;
    font-family: Rockwell Extra Bold;
}
table { font-family: Times new Roman;
		border-collapse: collapse;
		color: black;
		width: 100%;
}
th, td {border: 1px solid #dddddd;
		text-align: center;
		padding: 10px;
}

a:link, a:visited {
    color: blue;
    text-decoration: none;
    border: none;
    border-radius: 7px;
    padding: 0px 3px;
    text-align: center;
    display: inline-block;
}

a:hover, a:active {
  background-color: 
}

img{
    float: right;
    height: 150px;
    width: 150px;
    margin-top: -120px;
}




 


