body {
	background-image: url(../images/p12c04.gif);
}

body, td, th {
	color: #330033;
}

h1, h2, h4 {
	color: #330000;
}

h3, h5, h6 {
	color: #996666;
}

a {
  color: #006666;
}

/* Navigation Styles */
.buttonscontainer {
	width: 200px;
}
.buttons a:link, .buttons a:visited {
	color: #FFFFFF;
	display: block;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	text-align: center;
	background-image: url(../images/buttons/button02.gif);
	background-position: top;
	width: 200px;
	padding: 2px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 21px;
	font-weight: bold;
}
.buttons a:hover {
	background-color: #999999;
	color: #FFF;
	text-decoration: none;
	background-position: bottom;
}
