	A:hover {
		color: blue;
		background: none;
		text-decoration: underline;
	}
	.nodec {
		text-decoration: underline;
        color: Green;
	}

	BODY {
		font-family: Verdana;
	}

	P {
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
	}

	.bold {
		font-weight: bold;
	}

	.fwhite {
		color: white;
		font-weight: bold;
		font-size: 11px;
	}
	.flink {
		color: #DBD7D2;
	}
	h3{
		text-align: center;
	}
	h4{
		text-align: center;
	}
