.just {
	text-align: justify;
}

	A {     color : #0000FF;
		text-decoration: underline;
		font-weight: bold;
		}

	A:HOVER { 
		color: #CC0000;
		text-decoration: none;
		font-weight: bold;
	}

	A.light {
	font-size: xx-small;
	color : #0000FF;
	text-decoration: underline;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;

		}

	A.light:HOVER {
	font-size: xx-small;
	color: #CC0000;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	}
