body {
background: url(../images/purple-page-bg.jpg) repeat-x top left #000000;
}
#nav li a, #content a {
color: #b39eaf;
}
#content a {
text-decoration: none;
}
#content a:hover {
color: #ffffff;
}
#content td h1 {
background-color: #7c7c7c;
border-bottom: none;
color: #323232;
font-size: 13px;
padding: 2px;
}
td {
	padding: 2px 0;
	vertical-align: top;
	color: #7c7c7c;
}

