@charset "ISO-8859-1";

/* MC Lyric Archives */

@import url("index.css");

@media screen {
	body {
		color: black;
		background: url("LATile.gif") #ffffff;
	}
	a {
		color: blue;
		font-decoration: underline;		
	}
	a:visited {
		color: red;
	}
	a:focus:hover {
		color: cyan;
		background: blue;
	}
}
