.custom a:link {
	color: #0000FF;
}
.custom a:visited {
	color: #0000FF;
}
.custom a:hover, a:active {
	color: #0000FF;
	background-color: #FFFF08;#FFFFE1
}
.custom #navbar 
{
	background-color: #4477AA;
	color: white;
}

.custom #navbar a
{
	text-decoration:none;
	font-weight: bold;
	color: white;
}

.custom #navbar a:hover
{
	text-decoration: underline;
	color: #4477AA;
}

.custom #footer,#wp-calendar tfoot
{
	background-color: #4477AA;
	color: white;
}

.custom #footer a
{
	text-decoration:none;
	font-weight: bold;
	color: white;
}

.custom #footer a:hover
{
	text-decoration: underline;
	color: #4477AA;
}