/* CSS Document */

body {
	background-color: #F6F1F5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #4a4145; 
	line-height:15px; 

}

.news {
	font-size:12px;}

/* LINKS */

a:link{
	font-size:12px;
	font-family: Arial;
	color: #4a4145;
	text-decoration:underline;
}
a:visited{
	font-size:12px;
	font-family: Arial;
	color: #4a4145;
	text-decoration:underline;
}
a:hover{
	font-size:12px;
	font-family: Arial;
	color: #4a4145;
	text-decoration:none;
}
a:active{
	font-size:12px;
	font-family: Arial;
	color: #4a4145;
	text-decoration:underline;
}

/* NEWS */

.NewsT1 {
font-family: Arial;
font-size: 17px;
font-weight:bold;
color: #725886;
}

.DateT1 {
font-family: Arial;
font-size: 10px;
font-weight:bold;
color: #4a4145;
}
