a:link, a:visited {
  outline: none;
	color: #000000;
}

a:hover, a:active {
	outline: none;
	color: #7777ff;
}

#pageHeader h2 {
	color: #4090ff;
}

#sidebarContainer .sideHeader {
	color: #777777;
}

#navcontainer {
  outline: none;
	background: repeat-x url(images/navcontainer_bg.gif);
}

#navcontainer #current {
	outline: none;
	background: no-repeat url(images/button_current.gif);
	color: #888888;
}

#navcontainer .currentAncestor {
	outline: none;
	background: no-repeat url(images/button_over.gif);
	color: #ffffff;
}

#navcontainer a {
	outline: none;
	background: no-repeat url(images/button_normal.gif);
	color: #999999;
}

#navcontainer a:hover {
	outline: none;
	background: no-repeat url(images/button_over.gif);
	color: #bbbbff;
}

.blog-entry-title {
	color: #ffffff;
}

.movie-title {
	color: #ffffff;
}images