/*assignment stylesheet*/
h1 {color: #CC0000}


h2 {
	color: #CC0000;
}
body {
	background-color: #C0C0C0;/*red*/
	background-image: url(images/tex2.jpg);
	text-align: center;
}
.Welcome {
	color: #C66;
}
ol {
	color: #CC3333;
}
a:hover {
	font-style: normal;
	color: #FF6666;
	text-decoration: overline;
}

