a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:visited:hover {
	text-decoration: underline;
}
	body {
	background-attachment: fixed;
	background-image:    url(../Common_Files/Background_clouds.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
