body
	{
	background-image: url('../photoassets/SSOTSW.jpg');
	color: black;
	}
	
h1,h2,h3,p 
	{
	color: orange;
	font-family:"comic sans MS, Times New Roman";
	align-content: center;
	}	
  
a
	{
	color: red;
	
	
	}

table {

border: 1px solid blue;
background-image: url('../photoassets/musicVis.gif');
text-align: center;
width: 100%;
color: orange;

}

th, td {

border: 1px solid orange;
color: red;

}

th {

height: 100px;

}
<!the colon hover is a phsyudoselector>
a:hover {
color: orange;

}