/* all the basic links */
a:link, a:visited {
	font-weight: bold;
}

.nav-link {
	font-size: 0.9rem;
}

/* dropdown menu background color and border */
.navbar .dropdown-menu {
	font-size: 0.9rem;
}
/* color of the links on the left sidebar billboards */
#sideBillboards .billboardItem a:link, #sideBillboards .billboardItem a:visited,
	#sideBillboards .billboardItem a:hover, #sideBillboards .billboardItem a:active {
	font-size: 0.8rem;
}

/* top page title background */
.areaLinks, h1.page-title {
	/*font-size: 20px;*/
	font-weight: bold;
}

/* links in links bar that sometimes appears below page title */
.areaLinks a:link, .areaLinks a:visited {
	/*font-size: 14px;*/
	padding-left: 7px;
	padding-right: 7px;
}

/* clickable buttons everywhere */
button[type=submit], input[type=submit], input[type=button] {
	padding-left: 10px;
	padding-right: 10px;

}

.gryffTable td h1 {
	font-size: 1.1rem;
	font-weight: bold;
}

#content {
	font-size: 0.9rem;
}
