/* Blake's Stylesheet */

#pagecell1 {
	background-image: url(images/africa_background.jpg);
	background-repeat: no-repeat;
}

body {
	background-color:#CCCCCC;
}

a:link {
	color: red;
	text-decoration: none;
}

a:active {
	background-color: #D9D9D9;
}

a:visited {
	color: blue;
}

#pageNav a:link {
	color: green;
}

#pageNav a:active {
	background-color: inherit;
}
