/*  newsindex css  */
body {
   margin: 0 auto;
   text-align: center;
   width: 760px;
}
#allcontent {
   /* top & bottom =10, left & right = auto */
   margin: 10 auto;
   text-align: center;
   width: 760px;
   font-size: .9em;
}

#newsArticles, hr {
   width: 90%;
}
li, p {
   text-align: left;
}

#newArchives, hr {
   width: 90%;
   text-align: center;
} 

