A:hover {	text-decoration: underline	}

A:link {	color: #C2C2C2; text-decoration: none	}

A:visited {	color: #C2C2C2; text-decoration: none	}

BODY {		font-size: 12px;
		font-family: Verdana;
		color: white;
		text-align: justify;
		text-decoration: none;
		background-attachment: fixed;
		background-image: url(light-bg.jpg);
		background-color: #1F4B7A;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		scrollbar-face-color: #B5B5B5;
		scrollbar-base-color: #B5B5B5;
		scrollbar-track-color: #A2A2A2;
		scrollbar-dark-shadow-color: #B5B5B5;
		scrollbar-arrow-color: #611839;
		scrollbar-highlight-color: #611839;
		scrollbar-shadow-color: #611839;
		scrollbar-3d-light-color: #B5B5B5	}

TD {		font-size: 12px;
		font-family: Verdana;
		text-align: justify;
		text-decoration: none;
		color: white;		}