/* important colors
	cub scout blue: #003F87 (Pantone 294)
	cub scout yellow: #FCD116 (Pantone 116)
	light blue unvisited link:#003399;
	pink visited link:#800080;
	light blue hover background for link: #ADD8E6;
	white : #FFFFFF
*/

{
	margin: 0px;
	padding: 0px;
}


body {
	background-color:#FFFFFF;
	font-family: "calibri", georgia, arial, sans-serif;
}

img {
	border:none;
}

h1, h2, h3 {
	color: #003F87;
}

h1 {
	font-size:160%;
}

h2 {
	font-size:130%;
}

h3 {
	font-size:110%;
}

td {
	font-size:95%;
}

sup {
	font-size:70%;
}

a:link {
	color:#003399;
	text-decoration:underline;
}

a:visited {
	color:Purple;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
	background-color: #ADD8E6;
}

a img:hover {
	background-color: #FFFFFF;
}

#sidebar{
	font-size:80%;
	font-family: "arial narrow", georgia, arial, sans-serif;
}
