/* <table id="news"> */

/* used for news listings across the website; creates the red [>] icon */
#news li {
list-style-image:url(http://www.rose-hulman.edu/roseimages/news_icon.gif);
margin-bottom: 10px;
margin-left: -10px;
}

/* used for news listings across the website; assigns fonts and colors to 'a href' links*/
#news a {
font-family: Arial;
font-size: 10pt;
color: #000000;
line-height: bold;
font-style: bold;
font-variant: bold;
text-decoration: none;
font-weight:700
}

/* used for the news highlights on 'news/index.htm' */
#highlight a {
font-family: Arial;
font-weight: bold;
color:#464F56;
font-size: 10pt;
}

/* used for the news listing on 'index.htm' */
#mainnews a {
text-decoration: none;
font-family: Arial;
font-size: 10pt;
color: 000000;
}
