A {
	color: #0066cc;
	text-decoration: underline
}
A:visited {
	color: #0066cc;
	text-decoration: underline
}
A:hover {
    color: #887860;
	text-decoration: underline;
	font-weight: bold;	
}

/* This css class controls the width of all searchsimon elements */
.searchsimonlayout {
	/*width: 700px;
	color: #000000;
	/*font-family: Arial;
	/*font-size: 10pt;
}

/* This css class controls the appearce of the title */
.searchsimontitle {
	/*font-family: Arial, Helvetica, sans-serif;
	color: #cccccc;
	font-weight: bold;
	/*font-size: 12pt;
}

/* This css class controls the appearance of form elements (text box and button) */
.searchsimoninput {
	/*font-family: verdana, arial, sans-serif;
	/*font-size: 12;
}

/* This css class controls the color of highlighted text on the page */
.searchsimonhighlight {
	color: #885eaa;
}

/* This css class controls the color of "hit highlighting" on the page */
.searchsimonhits {
	background-color: #AC96C5;
}

/* This css class controls the appearance of URLs, File names, sizes and last modified dates */
.searchsimonresultssml, .searchsimonresultssml A {
	color: #000000;
	/*font-size: 10px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}