@charset "UTF-8";
/* CSS Document */

h1 {
	font-weight: normal;
	color: #006699;
}
/* CSS Document */

h2 {
	font-weight: normal;
	color: #006699;
}
.blackbg {
	background-color: #000;
}
.title {
	color: #006699;
	font-size: 1.2em;
}
.accent {
	color: #006699;
}
.google-font {
  font-family: 'Averia Serif Libre', cursive;
}
.imgBorder {
	border: 1px solid #000000;
}
#footer {
	color: #CCCCCC;
	background-color: #313131;
}
#footer a {
	color: #cccccc;
}
#footer a:link {
	color: #cccccc;
	text-decoration: none;
}
#footer a:visited {
	color: #cccccc;
	text-decoration: none;
}
#footer a:hover {
	color: #0898CC;
	text-decoration: none;
}
