/* ***********************************************************/ /* Example Search engine results page Styles */ /* ***********************************************************/ //Big heading at top of page div.searchheading { font-family:Arial, Helvetica, sans-serif; color: #000000 ;font-size:14px;} //Encloses entire results section div.results { font-family:Arial, Helvetica, sans-serif; color: #000000 ;font-size:12px;} //Line that says # of results found div.summary { font-family:Arial, Helvetica, sans-serif; color: #000000 ;font-size:12px;} //link title of result entry div.result_title { font-family:Arial, Helvetica, sans-serif; color: #000000 ;font-size:12px;} //text context of result entry div.context { font-family:Arial, Helvetica, sans-serif; color: #000000 ;font-size:12px;}