ul	{
	list-style: none;
	font-family: Didot, Times New Roman, serif;
	font-size: 36pt;
	padding-top: 100px;
	text-decoration: none;
}

body {
	background-image: url(homepage-background.png);
	background-repeat: no-repeat;
	width: 1280px;
}

a	{
	text-decoration: none;
	color: black;
	opacity: .5;
}

a:hover	{
	color: black;
	opacity: 1;
}
