body {
	background-image: url(images/ladybug.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font: Arial, Helvetica, sans-serif;
}
.nav {
	font-size: 18px;
	color: #A9122A;
	text-decoration: none;
}
.navselected {
	font-size: 18px;
	color: #000000;
	text-decoration: none;
}
.cr {
	font-size: 12px;
	font-weight: bold;
}
.title {
	color: #a9122a;
	font-weight: bold;
	font-size: 24px;
}

h2 {
	font-size: 14px;
	color: #A9122A;
	text-decoration: none;
}