a:link {
	background-color: transparent;
	color: #007FBF;
	text-decoration: underline
}
a:visited {
	background-color: transparent;
	color: #551A8B;
	text-decoration: underline
}
body {
	background-color: white;
	color: black
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 115%;
}

#homepageBanner span {
	/* turns off textual version of banner on homepage */
	display: none;
}

.alignRight {
	text-align: right;
}