.h1 {
    font-weight: bold;
    color: red;
	position: center;
}
.h1:hover {
    font-size: 3em;
}
.h2 {
    font-weight: bold;
    color: blue;
	position: center;
}
.h2:hover {
	font-size: 2em;
}
.p1 {
    color: gold;
}
.p1:hover {
	font-weight: bold;
}
.p2 {
    color: silver;
}
.p2:hover {
	font-weight: bold;
}
body {
	background-image: url("C:/Users/Administrator/Desktop/starsky.png");
	background-position: center;
}