html
{
	background: #000000;
}

body
{
	background: #151643;
	color: #fffff0;
	font-family: Arial, sans-serif;
	font-size: 16px;
	margin: auto;
	max-width: 950px;
}

a
{
	color: #ff0000;
}
a:active
{
	color: #ffff00;
}

a:visited
{
	color: #ff9900;
}

a:hover
{
	color: #ffff00;
}

a.d4, a.d6, a.d8, a.d10, a.d12, a.d20, a.d100
{
	padding-left:30px;
}
a.d4
{
	background:url('/img/d4.png') no-repeat; 
}
a.d6
{
	background:url('/img/d6.png') no-repeat; 
}
a.d8
{
	background:url('/img/d8.png') no-repeat; 
}
a.d10
{
	background:url('/img/d10.png') no-repeat; 
}
a.d12
{
	background:url('/img/d12.png') no-repeat; 
}
a.d20
{
	background:url('/img/d20.png') no-repeat; 
}
a.d100
{
	background:url('/img/d100.png') no-repeat; 
}

div.article
{
	padding: 0px 30px 20px 30px;
}

div.footer
{
	background: #000000;
	color: #94a4d5;
	font-size: 0.75em;
	padding-top: 5px;
}

div.footer a, 
div.footer a:visited
{
	color: inherit;
}

div.footer a:hover
{
	color: #ffffff;
}

h1,h2,h3,h4,h5
{
	font-family: arial, serif;
}

h1 
{ 
	font-size: 2.0em;
}
h2
{
	font-size: 1.5em;
}

div.header div.img
{
	height: 250px;
}

div.network
{
	background: #000;
	border-bottom: rgba(205, 205, 205, 0.5);
	font-size: 10px;
	height: 24px;
}
div.network a
{
	color: #fff;
	display: block;
	float: left;
	margin: 5px 6px;
	text-decoration: none;
}
div.network a:hover
{
	color: #FC3;
}
	
div.huge
{
	font-family: arial, serif;
	font-size: 4.0em;
}

div.image
{
	border: 1px solid #ffffcc;
	font-size: 0.75em;
	padding: 10px;
	font-style: italic;
	text-align: center;
	width: 300px;
}
div.right
{
	float: right;
	margin-left: 10px;
}

div.nav
{
	background: #010012 url('/img/nav.jpg') repeat-x;
	color: #ffffff;
	font-size: 1.25em;
	font-weight: bold;
	padding: 10px;
}
div.nav a,
div.nav a:visited
{
	color: inherit;
	display: block;
	float: left;
	margin: 10px 12px;
	text-decoration: none;
}
div.nav a:hover
{
	color: #ffff00;
	text-decoration: underline;
}

p
{
	text-indent: 2.0em;
}

table
{
	border-collapse: collapse;
	width: 100%;
}

td
{
	vertical-align: top;
}

th
{
	border-bottom: 2px solid #ffffff;
	text-align: left;
}