
body
{
	font-family: 'arial', sans-seriv;
	margin-right: 30px;
}


a 
{
	color: silver;
	text-decoration: none;
}
a:visited
{
	color: silver;
	text-decoration: none;
}
a:hover
{
	color: red;
	text-decoration: none;
}
a:active
{
	color: red;
	text-decoration: none;
}

h1.news
{
  font-size: 16px;
  margin-top: 2px;
  margin-bottom: 2px;
}

h2.news
{
  font-size: 14px;
  margin-top: 16px;
  margin-bottom: 0px;
}