body{
	background-image: url("index2.jpg");
	background-size:250px;
	background-color:grey;
	
}
	
	
	
	
h1{
color:yellow;
text-align:center;
font-size:500%;
font-style:arial;
}

h2{
	color:yellow;
	text-align:center;
	font-size:300%;
}
h3{
	color:yellow;
	font-size:300%;
	
}
h4{
	font-size:150%;
	color:yellow;
}

a:link{
color:yellow;
}
a:visited{
color:yellow;
}

a:hover{
color:yellow;
}