<!-- 
/* LINKed from HappyNewYear.php via PHP variable $CSSLocal from include of Header1.php */
/* Comment out styles definition for non style enabled browser */
/* Text within <SPAN>s do not seem to inherit the BODY characteristics */
/* Style definitions preceded by # apply to a ID= element but only one is allowed per doc. */
/* Copyright (C) Hal Adam 2002 */
.MainColumn {
	/* relative image exists in same directory as CSS, by default */
	background-image:url(../gifsa/snow.gif);
	background-color:#FFFFFF;	/* white */
	}
.Marquee {
	font-family:"Brush Script MT", cursive; 
	font-size:175%;			/* about 36px */
	font-weight:bold;
	color:#FF0000;			/* red */
	} 
.ForeignLanguageGreeting {
	font-weight:bold;
	font-size:150%;			/* about 20px */
	color:#9932cd;
	}
.Language {
	font-weight:bold;
	color:#0000FF;			/* blue */
	} 
.Bold {
	font-weight:bold;
	}
.BoldBlue {
	font-weight:bold;
	color:#000080;			/* dark blue */
	background-color:#FFFFFF;	/* white */
	}
.BoldRed {
	font-weight:bold;
	color:#FF0000;			/* red */
	background-color:#FFFFFF;	/* white */
	} 
.Purple {
	color:#9932CD;			/* purple */
	} 
.RL	{
	font-size:50px;
	font-weight:bold;
	color:#FF0000;			/* red */
	}
.GL	{
	font-size: 50px;
	font-weight: bold;
	color:#009900;			/* green */
	}
-->
