body {
	text-shadow: 1px 1px 1px #4c4c4c;
	font-weight: bold;
	font-size: 22px;
	background-image: url(images/xmas/background.gif);
	background-repeat: repeat;
	color: black;
	background-color: red;
}

h1, h2 {
	text-shadow: 1px 1px 1px black;
	font-weight: bold;
	text-transform: uppercase;
	color: green;
}

ul {
	list-style-type: none;
}

a {
	text-shadow: 0px 0px 0px;
}

.center {
	text-align: center;
}


