@charset "utf-8";
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
	color: #7DA8D5;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
#menu:link {
	color: #7DA8D5;
	text-decoration: none;
}
#menu:visited {
	text-decoration: none;
	color: #7DA8D5;
}
#menu:hover {
	text-decoration: none;
	color: #000000;
}
#menu:active {
	text-decoration: none;
	color: #7DA8D5;
}#new {
	font-family: Arial, Helvetica, sans-serif;
	color: #7DA8D5;
	background-color: #FFFFFF;
}
#Content {
	background-color: #7DA7D9;
	background-image:url(HTML/xmas.png);
	background-repeat:repeat-x;
}

