BODY 	{background-color: white;
	 background-image: none;}
H1 	{font-family: Arial,Helvetica,sans-serif;
	 color: #B22222; text-align: center;}
H2 	{text-align: center;}

A:link 	{color: blue;}

A:visited
	{color: blue;}
A:active 
	{background-color: yellow;}

TABLE.dictentry 
	{BACKGROUND-COLOR: white; WIDTH: 100%;}

TABLE.dictentry TD 
	{BACKGROUND-COLOR: oldlace; PADDING: 4px;
	 VERTICAL-ALIGN: top; FONT-family: Arial,Helvetica,sans-serif;
	 FONT-SIZE: 80%;}
/* Attempts to eliminate the outer margins round the cells failed, because Internet Explorer seems not to apply the "margin" control to TD. The cell-spacing attribute is part of CSS, but not applied in IE*/
/* BORDER-STYLE: solid; BORDER-WIDTH: 1px; */


UL, OL {margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2em; 
	list-style-position: outside;}

.loc 	{width: 20%;}
.def 	{width: 50%;}
.sce 	{width: 30%;}

/* the following four set the four styles of paragraph in use */

.story {margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 0.3cm;
	text-align: justify;
	font-size: 100%;
	font-family: "Times New Roman",Times,serif;}

.docu  {margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 0.2cm;
	text-align: left;
	font-size: 90%;
 	font-family: "Times New Roman",Times,serif;}

.indent 
       {margin-left: 15%; 
	margin-right: 15%;
	text-indent: -2%;} 

.centered 
       {background-color: #EEE;
	text-align: center;
	margin-left: 15%; 
	margin-right: 15%;
   	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 10px;}

.surname 
	{font-variant: small-caps; font-size: 90%;}
/* Internet Explorer 5 depicts small caps as full-size caps, which negates their whole purpose. Only Navigator handles this properly */

