body				{ background-color: white; font-family: Verdana,Helvetica,sans-serif; }
/*div					{ font-family: Verdana,Helvetica,sans-serif; color: black; font-size: 12px; }*/
/*select				{ font-family: Verdana,Helvetica,sans-serif; color: black; font-size: 13px; }*/
a:link				{
	color: #000000;
	text-decoration: underline;
}
a:visited			      {
	color: black;
	text-decoration: underline;
}
a:hover				{
	color: #0000FF;
	text-decoration: underline;
}
/*input:focus			{ color: darkgreen; }*/

.altcell1   { font-size: 12px; background-color:#FFFFDD; }
.altcell2   { font-size: 12px; }
.altcell3   { font-size: 12px; font-weight: bold; text-align: left; vertical-align: top; }
.titlecell  { font-size: 14px; font-weight: bold; background-color: #FFEEAA;  }
.detail     { font-size: 9px; }

h3                    { font-size: 16px; }
p                     { font-size: 13px; }
p.first:first-letter  { font-size: 300%; float: left; }
ol                    { font-size: 13px; }
ul                    { font-size: 13px; }
dl                    { font-size: 13px; }
blockquote            { font-size: 13px; }



/* Style Sheet for the results pages generated by HomepageSearchEngine */
/* You may want to edit some definitions. Additional customizing of the results pages can be done in section 8 of the hse.ini file. */

/* How HSE should print bold and small text, respectively */
.HSE-bold			{ font-weight: bold; font-family: Verdana; }
.HSE-small			{ font-size: 11px; color: gray; font-family: Verdana; }

/* Result links belong to the class 'HSE-link'. */
a.HSE-link:link		{ text-decoration: none; font-family: Verdana; font-size: 13px; }
a.HSE-link:visited	{ text-decoration: none; font-family: Verdana; font-size: 13px; }
a.HSE-link:hover	{ color: red; background-color: white; font-size: 13px; }

/* The division under each result link containing details and descriptions. If you don't want it intented, specify '0px' as 'margin' values. */
.HSE-description	{ margin-left: 40px; font-family: Verdana; }
/* Within this division, a meta description is printed (if you have turned it on via results_descriptions in your .ini file). */
.HSE-meta-desc		{ color: darkblue; font-size: 11px; font-family: Verdana; }
/* Within this division, list items are printed (if you have turned them on via results_descriptions in your .ini file). */
.HSE-list-item		{ list-style: none outside; padding-top: 2px; font-size: 11px; font-family: Verdana; }

/* The matches belong to the class 'HSE-match'. Some may want to experiment with these. */
.HSE-match:before	{ content: ""; }
/* .HSE-match:after	{ content: ""url(); } */

/* Text, Links and Button in the pre-built input form (if you have turned it on via formtable_width in your .ini file). */
.HSE				{ color: black; font-size: 13px; }
a.HSE:link			{ color: black; text-decoration: none; font-size: 13px; }
a.HSE:visited		{ color: black; text-decoration: none; font-size: 13px; }
a.HSE:hover			{ color: red; font-size: 13px; }
.HSE-button			{ font-size: 100%; border: 1px outset gray; background-color: gray; color: white; }


/* During the search, 2 dynamic progress bars can be shown. You can disable them by changing the 'display' values from 'inline' to 'none'. */
/* The 'position', 'top' and 'left' parameters are REQUIRED for Netscape 4 to define a layer (otherwise it produces an error!) */
#HSE-progress1		{ display: inline; position: relative; top: 0px; left: 0px; }
#HSE-progress2		{ display: inline; position: relative; top: 0px; left: 0px; }

/* Don't change the following definition - it exists only to ensure that this file is being recognized */
.HSE-hidden			{ display: none; }
