body {
	font: 12px/25px Arial, Helvetica, sans-serif; 
	color:#CCCCCC; 
}
h1 { 
	font-size:12px;
	font-weight: bold; 

}
h2 {
	font-size:12px;
	font-weight: bold;
	color: #999999;
}
h3 {
	font-size:12px;
	font-weight: bold;
	color: #999999;
}
p {
	text-align: justify;
}

a:link {
	color: #999999;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: none;
}
