body 
{
    background-color: black;
    color: gray;
    font-family: sans-serif;
}

img
{
	border: solid 2px gray;
}

img:hover
{
	border: solid 2px gray;
}

a
{
    color: white;
}

h1
{
	color: silver;
	font-size: xx-medium;
	font-family: Palatino Linotype;
}
.imagePage
{
	text-align: center;
}

.copyright
{
	text-align: center;
	font-size: xx-small;
}

.navBar
{
	width:100%;
	text-align: center;
}

.aboutLanny
{
	width:80%;
	margin-left: 10%;
	margin-right: 10%;
	font-size: medium;
}
