﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	background-color: #99CCFF;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #99CCFF;
}
h3 {
	background-color: #99CCFF;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px
	font-weight: bold;
}
#logo {
	background-color: #FFFFFF;
}
#navbar {
	background-color: #0066FF;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-style: solid;
	border-color: #FFFFFF;
	border-bottom-width: thick;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
#copyright {
	font-size: smaller;
	font-weight: bold;
	text-align: center;
}
