h1 {
background-color: purple;
margin: 0px;
text-align: center;
border-style: inset;
border-color: purple;
}

h2{
text-align: center;
color: purple;
text-decoration: underline;
}

body{
background-color: #ECE5B6;
font-family: Arial;
font-size: 20px;
background-image:url('nhs-logo.jpg') 
background-repeat: no-repeat;
background-position: right bottom;
}

.heading{
text-align: left;
padding: 10px;
}

p {
color: purple;
}

table , th, td {
border: 5px solid purple;
margin: 10px;
font-style: Arial;
font-size: 20px;
color: purple;
}

table {
height: 400px;
width: 550px;
}

