/* Definition for EM tag - used for first letter */
EM
{	font: bold 16px 'arial';	
	color: DodgerBlue;			}

/* Definition for CODE tag -  used for scripts */	
CODE
{	font: normal 13px monospace;
	color: gold;		}

B { font-weight: bold; }

/* Definition for A tag  */
A
{	font:  bold 16px 'arial';
	color: #0064C8;
	text-decoration: none;	}

/* HOVER effect for IE4+ */
A:HOVER
{	color: Lime;	}

/* ACTIVE definition */
A:ACTIVE
{	color: greenyellow;
	font-style : italic;	}

/* ACTIVE definition */
A:VISITED
{	color: antiquewhite;	}
#codeHilite { color: aqua; text-decoration: underline; }

#noteHilite { color: white; }
/* Definition for A tag  */

/* definition for the MAIN table cell */
TD
{	color: white;	}

P
{	padding: 0 10 0 10;
	color: white;	}

TABLE CODE
{	font: normal 16px Courier New;	}

#mainTD
{	background-color: black;
	font: normal 16px arial;	}

#tableDIV
{	border: 1px solid white;	}
	
#btm
{	color: #06AAF9;	}

#btm:HOVER
{	color: white;	}

/* CURRENT link */
#CURRENT
{	color : #BBDDFF;		}