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

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

table.newstable2 {
        background-color: #f4e7ba;
        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: #f4e7ba;
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
}


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

/* for Source field word */
td.nt_source {
    color: #130c06;
    font-size: 10pt;
    //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: #130c06; 
    font-size: 8pt;
    text-align: left;
}

/* this is used with n_text for the $title link */
a.n_title {
    color: #130c06;
    font-size: 9pt;
    font-weight: bold;
}
a.n_title:hover {
    color: #999999; 
    font-size: 9pt;
    font-weight: bold;
}

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

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




/*** Page Navigation ***/


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

	.pagnav_in {  /* the current "Page ?" */
	    font-size: 9pt;
	    color: #ccc;
	}
    /* 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>



