/*************************************************
news.css
stylesheet for news pages of allelephants
**************************************************/
table.headlines
{
	padding: .2em;
	font-size: 80%;
	font-weight: 600;
    border: thin outset #AAC7FD;
	background-color: #AAC7FD
}
td.headlinesdate
{
	font-size: 70%;
	color: #909090;
}
td.headlines
{
    text-align: center;
	border: thin outset #AAC7FD;
	background-color: #AAC7FD;
}
a.headlines
{
	color: black;
}
a.headlines:hover
{
	background-color: #0080FF;
	color: #FFFF80;
}
.pchan
{
	padding: .5em;
	font-size: 70%;
	border-bottom: thin dotted #9D9D9D;
}
.pnews
{
	padding: .5em;
	font-size: 80%;
	border-bottom: thin dotted #9D9D9D;
}
.nav
{
	font-size: 70%;
	text-align: center;
}
table.nav
{
	border-bottom: thin outset #9D9D9D;
	background-color: #EBEBEB;
}
.plabel
{
	font-weight: 400;
	color: #9D9D9D;
	text-align: right;
}
.pdata
{
	text-align: left;
	font-weight: 500
}
.pdescript
{
	text-align: justify;
}
.ptitle
{
	text-align: center;
	font-weight: 600;
}
p.plabel
{
	text-align: center;
}
