a { color: yellow; }

a:hover { color: red; }

body {
	background-attachment: fixed;
	background-image: url(pics/background.jpg);
	color: white;
}
