body
{
    color:#000000;
    background-color:#ffffff;
    font-size: 100%;
    margin-top:10px;
    margin-left:10px;
    margin-right:10px;
    margin-bottom:10px;
}

body, p, h1, h2, h3, table, td
{
    font-family: arial,verdana,helvetica,sans-serif;
}

div {width:100%;}

a.title, a.description, a.url, a.prevnext:active
{
    color:#336699;
    background-color:transparent
}

a.title, a.description, a.url, a.prevnext:hover
{
    color:#ff0000;
    background-color:transparent
}

a.title, a.description, a.url, a.prevnext:visited
{
    color:#336699;
    background-color:transparent
}

a.subcat
{
    font-size:11px;
    color:#0000c0;
    background-color:transparent
}

a.subcat:visited
{
    font-size:11px;
    color:#0000c0;
    background-color:transparent
}

a.subcat:hover
{
    font-size:11px;
    color:#FF0000;
    background-color:transparent
}

/* Usage :  Page heading on the search results page.
 */
h1.isearch
{
    font-size:20px;
    color:#3366cc;
}


/* Usage :  To display the header line with the following messages:
 *             "Search results for _words_."
 *             "Showing results 1 to 10 of 17"
 */
table.head
{
    background-color:#3366cc;
}

td.head
{
    color:#ffffff;
    font-size:16px;
}


/* Usage :  To display the page title in the results list.
 */
a.title:link
{
    color:#3366cc;
    background-color:transparent
}

a.title:visited
{
    color:#336644;
    background-color:transparent
}


/* Usage :  To display the page description in the results list.
 */
.description
{
    font-size:12px;
    color:#000000;
}


/* Usage :  To display the page score in the results list.
 */
.score
{
    font-size:12px;
    color:#000080;
}


/* Usage :  To display the page url in the results list.
 */
a.url:link
{
    font-size:11px;
    color:#008000;
    background-color:transparent
}

a.url:visited
{
    font-size:11px;
    color:#008000;
    background-color:transparent
}


/* Usage :  To display the file size in the results list.
 */
.size
{
    font-size:11px;
    color:#008000;
    font-size:80%;
}


/* Usage :  To display the "Cached" string in the results list.
 */
a.viewcache:link
{
    font-size:11px;
    color:#6f6f6f;
    background-color:transparent
}

a.viewcache:visited
{
    font-size:11px;
    color:#6f6f6f;
    background-color:transparent
}


/* Usage :  To display the "<< Previous Page" and "Next Page >>" links.
 */
table.prevnext
{
    background-color:#3366cc;
}

td.prevnext
{
    color:#ffffff;
    font-size:14px;
}

a.prevnext:link
{
    color:#ffffff;
    background-color:transparent
}

a.prevnext:visited
{
    color:#ffffff;
    background-color:transparent
}


/* Usage :  To display the "No matches found." string.
 */
h2.nomatch
{
    font-size:16px;
    color:red;
}


/* Usage :  To display highlighted words in the page descriptions
 */
.highlight
{
    font-weight:bold;
}


/* Usage :  Displaying the search string in the message:
 *              Search results for _words_.
 */
.search
{
    font-style:italic;
}
.search1
{
   font-weight:bold;
   color:#000000;
   background-color:#e6e6ff;
}


/* Usage :  To display the:
 *               "This is the contents of the iSearch cache for the URL %u"
 *          message when displaying a cached page.
 */
h2.cachedpage
{
    font-size:16px;
}



/* Usage :  To display the search statistics table
 */
table.stats {
}

table.stats th, table.stats td{
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

table.stats th {
    color: #ffffff;
    background-color: #3366cc;
}

table.stats td {
    background-color: #ffffcc;
    color: #003399;
}

table.stats caption {
    color: #003399;
    font-weight: bold;
    font-size: 17px;
    font-style: italic;
}