body, td, form {
	font-family :  Arial, Helvetica, Sans-Serif;
	font-size : 12px;
	color : #000000;
}
.text {
	color : #000000;
	text-align : justify;
	margin-left : 30px;
	margin-right : 20px;
	margin-top : 0px;
}
a {
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}
a:link{
	text-decoration : none;	
	color : #000000;
}
a:visited{
	text-decoration : none;	
	color : #000000;
}
a:hover{
	text-decoration : underline;	
	color : #000000;
}

h1 {
	font-size: 22px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: normal;
	color: #FF9900;
	}

a.date {
    font-size: 24px;
	text-decoration : underline;
	color : blue;
	line-height : 150%;
}

a.date:link {
	text-decoration : underline;
	color : blue;
}

a.date:visited {
	text-decoration : underline;
	color : blue;
}

a.date:hover {
	text-decoration : underline;
	color : red;
}