BODY, TD {
	background : transparent;
	color : Black;
	font-family : "Times New Roman", Times, serif;
	font-size: larger;
	text-decoration : none;
	background-image : url(../Graphics/christmas_tree.GIF);
	background-color : Lime;
}

A {
	background : black;
	color : Red;
	font-weight : 900;
	text-decoration : underline;
}

H1 {
	background : Maroon;
	color : Yellow;
	font-size : 150%;
	text-align: center;
}

H2 {
	background : brown;
	color : white;
	font-size : 130%;
}

H3  {
	color : aqua;
	font-size : 120%;
	background : Black;
}
H4 {
	color : Yellow;
	font-weight: bold;
	font-size : 110%;
	background : Black;
}
H5 {
	color : lime;
	font-weight: bold;
	background : Black;
	font-size: 100%;
}
H6 {
	color : Lime;
	font-weight: bold;
	background : Black;
	font-size: 90%;
}
P {
	background : Green none;
	color : White;
	font : bolder normal 110% Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding : 2% 2% 2% 2%;
}

TH {
	background : black;
	color : yellow;
	font-size : 115%;
	font-weight : 600;
}
STRONG {
	background : Maroon;
	color : White;
	font-weight: bold;
}
EM {
	background : Lime;
	color : Red;
	font-weight: bold;
}
A:Hover {
	text-decoration: underline;
	color: Lime;
}
A:Visted {
	text-decoration: underline;
	color: yellow;
}
