<style type="text/css">
<!--

table.newstable1 {
        background-color: black;
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
}

table.newstable2 {
        background-color: #f6e7be;
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
}

/* this middle table (between newstable1 and newstable2) is to keep the display  
   the same size regardless of the # of articles,
   and to keep the articles evenly spaced on all
   the pages 
 */
table.newstable3 {
        background-color: #f6e7be;
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
}


/* for the article names */
td.nt_article {
    color: black;
    font-size: 10pt;
}

/* for Source field word */
td.nt_source {
    color: black;
    font-size: 8pt;
    //text-align: right;
}

/* n_text and n_title are both for: the $title link */
/* n_text is also for the news excerpt */
td.n_text {  
    color: #a35b26; 
    font-size: 8pt;
    text-align: left;
}


/* this is used with n_text for the $title link */

a.n_title:link {
    color: #000000;
    font-size: 8pt;
    text-decoration: underline;
}

a.n_title:hover {
    color: #e8ad38; 
    font-size: 8pt;
    text-decoration: underline;
}
a.n_title:visited {
    color: red ; 
    font-size: 8pt;
    text-decoration: underline;
}

/* date's style */
td.n_date {
    color: #000000;
    font-size: 8pt;
}

/* for $source */
td.n_source {
    color: #000000;
    font-size: 8pt; 
    text-align: right;
}




/*** Page Navigation ***/


    /* SIMPLE navigation */
	a.pagnav_in:hover {  /* << and >> pagination options */
	    color: red;
	    font-size: 10pt;
	}
	a.pagnav_in {
	    font-size: 10pt;
	    color: black;
	}

	.pagnav_in {  /* the current "Page ?" */
	    font-size: 9pt;
	    color: black;
	}
    /* SIMPLE navigation - END */



    /* VERBOSE navigation */
	div.pagnav1 { /* the main non-link text */
	    font-size: 10pt;
	}

	a.p_nav {  /* Page ? of <total # of pages> link */
	    color: red;
	}
	a.p_nav:hover {
	    color: red;
	}

	a.pagnav { /* the individual Page ? links */
	    color: green;
	    font-size: 10pt;
	}
	a.pagnav:hover { 
	    color: #ffcc33;
	    font-size: 10pt;
	}
    /* VERBOSE navigation - end */


/*** Page Navigation - end ***/

-->
</style>


