h1{
color:navy
}

h2{
color:teal
}

a:hover{
color:red;
background-color:yellow
}

body{
background-image:url('back.jpg');
background-position: center;
background-repeat:repeat;
background-attachment:fixed
}

p{
font-family:arial
}

table{
background-color:white
}