body
{
background-image: url(/images/pagebg.gif);
}

/*
The navbar and calendar header colors
*/

#navbar,
#wp-calendar thead th
{
	background-color: pink;
}
/*
The navbar link styles
*/

.navbar a
{
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

.navbar a:hover
{
	color: white;
	text-decoration: none;
}
