.white {
	color: #FFFFFF;
}

body {
	background-color: #CFE8F5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FF6600;
}

a:active {
	text-decoration: none;
}
.small {
	font-size: small;
}
.graybar {
	background-color: #dddddd;
	margin: 2px;
	padding: 2px;
}
.blue {
	font-size: 18px;
	font-weight: bold;
	color: #006699;
}
.q {
	font-size: 18px;
	font-weight: bold;
	color: #FF6600;
}
.a {
	font-size: 18px;
	font-weight: bold;
	color: #0066CC;
}
