/*
 * Style sheet for the HTML 4.0 implimentation of ZRJMs software
 * This is for referencing the English portions of the software
 * User can select size of the English text...
 * $Id: ZRJM_E.CSS,v 3.0 2003/02/11 $
 */
body {
    font-size: 1.0em;
    background: Black;
    color: White;
    lang: en;
}

H1 {font-size: 1.5em} 

H2 {
    font-size: 1.4em;
    font-style: bold;
} 

H3 {
    font-size: 1.3em;
    font-style: plain;
} 

ADDRESS.top {
    font-size: 0.9em;
}

TABLE {
    font-size: 0.9em;
}


TABLE.english {
    font-size: 0.9em;
}

TABLE.chinese {
    font-size: 1.0em;
}

TABLE.pinyin {
    font-size: 0.9em;
}

SPAN.vs { 
	font-size: 0.7em; 
	background: Black; 
	color: Fuchsia;
}
  	
SPAN.person { 
	background: Black; 
        color: Aqua;
}

SPAN.place { 
	background: Black; 
	color: Lime; 
}
  
SPAN.other { 
	background: Black; 
        color:Aqua;
	font-weight: bold;
}
SPAN.bible { 
	background: Black; 
    color: Aqua;
	font-weight: bold;
}
  
  
SPAN.comment { 
	font-size: 0.7em; 
	background: Black; 
	color: Gray; 
}	 

SPAN.crossref { 
	font-size: 0.7em; 
	background: Black; 
	color: Gray; 
}	 

SPAN.songverse {
	background: Black;
	color: Red;
}

SPAN.current {
	background: Black;
	color: Lime;
}

A:link { 
	background: Black;
	color: Yellow; 
}
A:visited { 
	background: Black;
	color: Orange;
}

A:active { 
	background: Black;
	color: Lime; 

}

SPAN.x { 
	background: Black; 
        color: Aqua;
}
SPAN.y { 
	background: Black; 
	color: Lime; 
}
SPAN.b { 
	background: Black; 
	color: Cyan; 
}



