	body {
		background-color: skyblue;
		color: black;
	}
	p {
		color: white;
	}
	h1 {
		color: white;
	}
	dl {
	color: white
	}
	
	dt {
		color:white;
	}
	dd {
		color:white;
	}
	h2 {
		color: white;
	}
	h3 {
		color: white;
	}
	li {
		color: white;
	}
	
		table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
 
}
th, td {
  padding: 15px;
}			
.videogames {
  background-color: tomato;
  color: white;
  border-style: dotted;: 2px dash Red;
  margin: 20px;
  padding: 20px;
}
.music {
  background-color: grey;
  color: red;
  border: 2px solid black;
  margin: 20px;
  padding: 20px;
}
.moviestv {
  background-color: darkorange;
  color: black;
  border: 2px solid black;
  margin: 20px;
  padding: 20px;
}
.note {
  font-size: 120%;
  color: silver;
}
 id{

  color: red;
}