A {
	text-decoration: underline;
	color: #BBBBBB;
 }
 A:hover {
	text-decoration: underline;
	color: #9999AA;
 }

.newsheadline
{
    font-size: 15px;
    color: #B1C0DC;
    font-weight: bold;
    /*background: #3A4F6C url(http://philippecornet.be/news/res/headline.gif) repeat-x top left;*/
    padding-left: 10px;
}

.newsbodytext
{
    font-size: 13px;
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
}

.date { 
	float:right; 
	text-align:center; 
	background-color:#BBB; 
	color:#FFFFFF;
	-moz-border-radius :4px; 
	margin-right:5px; 
	padding:2px; 
	clear:both; 
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

table#news {
    border: solid #BBBBBB 4px;
    width: 70%;
    margin-left: 15%
    margin-right: 15%
}

table#news td {
    padding: 5px;
}

div#home_newsc
{
    width: 410px;
    float: left;
    margin-right: 20px;
}
div#news_latestbody
{
    padding: 0px 12px 0px 14px;
}

#footer 
 {
	color:#CCCCCC;
	font-size:12px;
	font-family:Times New Roman;
	text-align:center;
	position: fixed;
	bottom: 0px;
	width: 100%;
 }
