/* Style Sheet for PEKI dictionary documentation. */

H1     {color: #80FF80; text-align: center;}
H2     {color: #80FF80; font-style: italic;}
H3     {color: #80FF80;} /* uppercase doesn't work in Java HTML viewer: text-transform: uppercase */
H4     {color: #80FF80; font-style: italic; font-size: 14pt; margin-bottom: 4pt;}

.dict {
	margin:10px; 
	border: 1px solid gray; 
	padding:10px 50px; 
	background-color:#282828;	
}

.bold  {color: #EEEEEE; font-weight: bold;}
.key   {color: #E1F9F1; font-weight: bold; font-style: italic;}
.label {color: #E1F9F1; font-weight: bold; font-size:  large;}
.appl  {color: #E1F9F1; font-weight: bold;}

.e	{margin: 0pt; border: 0pt; padding 0pt;}		/* Empty */


.hLink a, .hLink a:visited {
       text-decoration:none;
       color: #AECCEB;
}	
.hLink a:hover {
       text-decoration: underline;
}	


/* eof */