body {
	background-color: #330066;
	background-image: url("http://dse.webonastick.com/images/mojo-stripes.gif");
	color: #ffffcc;
	border-color: black;
}
div#footer a:link,
div#header a:link,
div#footer a:visited,
div#header a:visited {
	color: #ffffcc;
}

div#header {
	width: 80%;
	margin: 0 auto 0 auto;
	background-color: black;
	-moz-border-radius: 8px 8px 0 0;
}
div#content-outer3 {
	width: 80%;
	margin: 0 auto 10px auto;
	background-color: black;
	-moz-border-radius: 0 0 8px 8px;
	border: solid 1px black;
}
div#content-outer2 {
	margin: 4px 4px 4px 4px;
	border: solid 1px #858585;
	padding: 0px;
	-moz-border-radius: 6px;
}
div#content-outer {
	margin: 0px;
	border: solid 2px #ffcc00;
	background-color: black;
	padding: 0px;
	-moz-border-radius: 4px;
	text-align: left;
}

div#content {
	margin: 1px;
	border: 0px;
	padding: 10px;
	background-color: #dedeff;
	color: #000000;
	-moz-border-radius: 1px;
}

div.content a:link    { color: #393d89; }
div.content a:visited { color: #393d89; }
div.content a:active  { color: white; background-color: black; }

/*
div.footer, div.header {
	background-color: #330066;
	background-image: url("http://dse.webonastick.com/images/mojo-stripes.gif");
	color: #ffffcc;
	border-color: black;
}
div.footer a:link,
div.header a:link,
div.footer a:visited,
div.header a:visited {
	color: #ffffcc;
}

body {
	background-color: #dedeff;
	color: #000000;
}
a:link		{ color: #393d89; }
a:visited	{ color: #393d89; }
a:active	{ color: white; background-color: black; }
*/

div.box {
	background-color: #e7e7e7;
	border: solid 1px black;
}
div.box h1, div.box h2 {
	background-color: #6969a9;
	color: #ffffff;
}
div.box h1 a:link,
div.box h1 a:visited,
div.box h2 a:link,
div.box h2 a:visited {
	color: #ffffcc;
}

div#footer, div#header {
	text-align: center;
}