@charset "utf-8";
/* CSS Document */
.navigationbarcontent{
	font-size: 50px;
}
/* This is the css code for the hyperlinks */
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}	
/* THIS IS THE CSS CODE FOR ALL OF THE HEADINGS */
