/* Global style*/ 
.body{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	text-decoration: none;
}
a{	text-decoration: none;}
a:hover { color: #ff0000; }
.coloredLine{background-color: #dddddd;}
.nav {		
	font-size: 1em;
	color: #ff0000;
	font-weight: bolder;
}
.insert {		
	font-size: 0.5em;
	color: #FF0000;
	font-weight: bolder;
}
.title {
	font-size: 2.5em;
	color: #666666;
	font-weight: bolder;
}
.header {		
	font-size: 1.5em;
	color: #666666;
	font-weight: none;
}
.text {		
	font-size: 0.9em;
	color: #00000f;
	font-weight: none;
}
.date {		
	font-size: 0.7em;
	color: #666666;
	font-weight: bolder;
}