		.citationBox {
			background-color: #fff;
			border: 1px solid #039;
			margin-left: auto;
			margin-right: auto;
			margin-top: 10px;
			padding: 3px 0;
			width: 86%;
		}
		.citationText1 {
			color: #039;
			font-weight: bold;
			text-align: center;
		}
		.citationText2a {
			color: #c97702;
			font-weight: bold;
			text-align: center;
		}
		.citationText2b {
			color: #039d20;
			font-weight: bold;
			text-align: center;
		}
		.citationText2c {
			color: #ff5357;
			font-weight: bold;
			text-align: center;
		}
		.citationText3 {
			color: #039;
						text-align: center;
		}
		.citationText3 a {
			border-bottom: 1px dotted #039;
			color: #039;
			text-align: center;
			text-decoration: none;
		}
		.citationText3 a:hover {
			border-bottom: 1px solid #531026;
			color: #531026;
			text-align: center;
			text-decoration: none;
		}
		
		.new a {
		background: #ffff00;
		font-weight: bold;
		font-style: italic;
		}