BODY {
	color : Black;
	font-family : "Times New Roman", serif;
	font-size : medium;
	text-align : left;
	background-color : #FFEC70;
	background-repeat : repeat;
	background-attachment : fixed;
	background-image : url("images/Sunset3.jpg");
}

A {
	color : White;
	text-decoration : none;
	background-color : transparent;
}

A:HOVER {
	color : Red;
	text-decoration : none;
}

#BlkLnk{
    color : #009900;
	text-decoration : none;
}



