
/* Background properties 

COLORS:
 (normal = 000044)
 (christmas = 003201)
 (watermellon = 003201)
 (halloween = 052105)
 IMAGES:
 ../images/eyes1-1.gif
 ../images/halloween_background.gif
        background-image:url('../images/elec1-12.gif');
        background-image:url('../images/eyes1-1.gif');

 */
body	{
	background-color: #000000;
	font-size: 9pt;
	font-family: Verdana;

	}

/* Link properties
Normal - 99CCFF 
Halloween - FF0000
Watermellon - FFFF00
*/
A:link	{
	color: #99CCFF;
	font-size: 10pt;
	font-family: Verdana;
	text-decoration: none;
	}
/* 
font-size: 8pt; 
font-family: Verdana;
text-decoration: none;
*/
	

A:visited {
	color: #99CCFF;
	}
/* visited properties
Normal - 99CCFF 
Halloween - FF0000
Watermellon - FFFF00
*/

A:active {
	color: #99CCFF;
	}
/* active properties
Normal - 99CCFF 
Halloween - FF0000
Watermellon - 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;
	}


