body {
	font-family: helvetica, arial, sans-serif;
	background-color: #000000;
	text-align: center;
	padding: 20px;
	margin: 20px;
	color: #ffffff;
}

table {
	background-color: #111111;
	color: #000000;
	border: groove;
	border-color: #333333;
	border-width: 3px;
	text-align: center;
	font-size: 120%;
	border-spacing: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

table.frame {
	width: 1000px;
}

td {
	background-color: #cccccc;
	color: #000000;
	border: solid;
	border-color: #333333;
	border-width: 1px;
}

td.ribbon {
	width: 200px;
	background-color: #330000;
	background-image: url(images/red_ribbon_gradient.jpg);
	background-position: left;
	background-repeat: repeat-y;
	vertical-align: top;
}

h1 { 
	font-family: serif;
	text-align: center;
	color: #ffdd3c;
	font-size: 400%;
}

div.button {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 160px;
	background-color: #cc0000;
	margin: 20px;
}

p {
	text-align: left;
	padding: 10px;
}

ol {
	text-align: left;
}

ul {
	text-align: left;
}

li {
	padding-top: 5px;
	padding-bottom: 5px;
}

a:link {
	color: #000000;
}

a:visited {
	color: #999999;
}

a:hover {
	color: #0000ff;
}

a:active {
	color: #ff00ff;
}


/* Power Card Styles */

.pow_card {
	width: 500px;
	margin: 20px;
	background-color: white;
}

.pow_titlebar {
	width: 100%;
	background-color: blue;
	text-align: left;
}

.pow_name {
	font-size: larger;
	margin-left: 2px;
	display: inline;
}

.pow_lvl_ptype {
	font-size: large;
	margin: 2px;
	float: right;
}

.pow_desc {
	font-style: italic;
}

.pow_text {
	clear: both;
}

