/* Feel free to customize this CSS to fit your needs. .alertBox, .error, and .msg 
only occur with an error type situation. All the rest (.search_whatever) are specific 
to the search results. Just search, view source and you'll see them in use. */ 
body{ background-color: #FFFFFF; color: #000000; font: .8em verdana; } .alertBox{ 
background-color: #FFFFE0; border: 1px solid #0000FF; font-size: .5em; margin: 
10px; padding: 2px; width: 70%; } .alertBox h1{ color: #FFFFFF; font-size: larger; 
margin: 0px; } .alertBox h1.errorHeader { background-color: #FF0000; } .alertBox 
h1.msgHeader { background-color: #008000; } .alertBox ul { margin: .5em; margin-left: 
2em; } .error{ color: #FF0000; } .msg, .search_fileSize, .search_truncatedMsg, 
.search_link, .search_hitCount { color: #008000; font-size: 8 pt; } .search_container{ 
list-style-position: outside; list-style-type: disc; width: 650px; } .search_hitCount{ 
font-size: smaller; } .search_summary{ color: #000000; font-size: 8 pt; } .search_term{ 
background-color: #FFFFCC; font-weight: bolder; font-size: 8 pt; } .search_title 
:link{ color: #0000FF; } .search_truncatedMsg, .search_searchInfo { font-size: 
smaller; } 