/* CSS Document */

.bluenews   {background-color: #3B59A7; font-weight: bold; margin:0;}
.greennews  {background-color: #34A34D; font-weight: bold; margin:0;}
.purplenews {background-color: #A761B0; font-weight: bold; margin:0;}
.rednews    {background-color: #FE0C0D; font-weight: bold; margin:0;}
.yellownews {background-color: #FFE700; font-weight: bold; margin:0;}
/*  
.black		{ text-decoration: underline; font-weight: bold; color: #000000; }
.white		{ text-decoration: underline; font-weight: bold; color: #ffffff; }
*/ 

a.black:link	{text-decoration: none; font-weight: bold; color: #000000;}  
a.black:visited {text-decoration: none; font-weight: bold; color: #000000;}
a.black:hover	{text-decoration: underline; font-weight: bold; color: #000000;}
a.black:focus	{text-decoration: underline; font-weight: bold; color: #000000;}
a.black:active	{text-decoration: none; font-weight: bold; color: #000000; }


a.white:link		{text-decoration: none; font-weight: bold; color: #ffffff;}  
a.white:visited		{text-decoration: none; font-weight: bold; color: #ffffff;}
a.white:hover		{text-decoration: underline; font-weight: bold; color: #ffffff;}
a.white:focus		{text-decoration: underline; font-weight: bold; color: #ffffff;}
a.white:active		{text-decoration: none; font-weight: bold; color: #ffffff;}

.newstoc {font-size: 88%; margin-bottom:8px;}
.bullet {margin-bottom:7px}
.masthead {margin-bottom: 8px; font-size: 85%; text-align: center;}
