/* Big Daddy Pie CSS */

* {
	margin: 0px auto auto auto;
	padding: 0px 0px 0px 0px;
}

/* XHTML Tags */

body {
	background-color: #000000;
	color: #ffffff;
}

a:link {
	color: #83a537;
	text-decoration: none;
	text-shadow: 2px 1px 1px #83aa35;
}

a:visited {
	color: #83a537;
	text-decoration: none;
	text-shadow: 2px 1px 1px #83aa35;
}

a:hover {
	color: #83aa35;
	text-decoration: none;
	text-shadow: 2px 1px 1px #baca2b;
}
a:active {
	color: #dc0785;
	text-decoration: none;
	text-shadow: 2px 1px 1px #ffffff;
}

p.centered {
	text-align: center;
}

