/* Derek Picone */
/* psu.css */

html, body {
	background-color:#c2d1fc;
	color:darkblue;
	font-family: Arial, sans-serif;
	margin: 0px; 0px; 0px; 0px;
	padding: 0px;
    height: 100%;
    border: none;
}

h1 {
	font-family:"Times New Roman",Georgia,Serif;
	text-align: center;
	margin: 0px;
}

h2 {
	font-family:"Times New Roman",Georgia,Serif;
	margin: 0px;
}

ul {
	margin: 0px;
}

.navigation {
	color: white;
}
	
.navigation a:link {
	color: lightblue;
}
.navigation a:visited {
	color: grey;
}
.navigation a:hover {
	color: white;
}
.navigation a:active {
	color: darkblue;
}


a:link {
	color: black;
}
a:visited {
	color: grey;
}
a:hover {
	color: darkblue;
	text-decoration: none;
}
a:active {
	color: white;
}