
/* Background properties 
 (normal = 000044)
 (christmas = 003201)
 */
body	{
	background-color: #003201;
	}

/* Link properties - 99CCFF */
A:link	{
	color: #FFFF00;
	}
/* 
font-size: 8pt; 
font-family: Verdana;
text-decoration: none;
*/
	

A:visited {
	color: #FFFF00;
	}

A:active {
	color: #FFFF00;
	}

A:hover {
	color: #FFFF66;
	}


/* The heading-style in available smilies popup */
.heading {
	font-family: Verdana;
	font-size: 13pt;
	font-weight: normal;
	color: #FFFFEE;
	}

/* Centers whatever needs to be centered */
.center {
    text-align: center;
	}

