/* CSS document from www.pluk-in.com */
/* Do not steal or borrow */
/* Copyright Pluk */
BODY
{
	background-color: #000000;
	color: #ffcc33;
	font-family: geneva, helvetica, sans-serif;
	font-size: 14px;
	line-height: 133%;
}

UL
{
	margin-left: 120px;
	list-style-image: url("plukgold.png");
}

P
{
	margin-left: 120px;
	margin-right: 20px;
	margin-top: 8px;
	margin-bottom: 0px;
}

P.center
{
	margin-left: 120px;
	margin-right: 20px;
	text-align: center;
}

P.centersmall
{
	margin-left: 120px;
	margin-right: 20px;
	text-align: center;
	font-size: 70%;
}

P.padding
{
	padding: 20px;
	border: 0;
}

/* for images: center and add 20px padding */
/* ************************************************* */
pre
{
	font-size: 12px;
	font-family: monaco, courier, monospace;
	margin-left: 120px;
}

/* ************************************************* */
h1
{
	color: #ffffcc;
	margin-top: 20px;
}

h3
{
	margin-left: 120px;
	margin-right: 20px;
}

/* ************************************************* */
a:link
{
	color: #ffff99;
	text-decoration: underline;
}

a:visited
{
	color: #cc9966;
	text-decoration: underline;
}

a:hover
{
	color: #ffff99;
	text-decoration: none;
}

/* ************************************************* */
.black { color: #111111; }
.light { color: #ffffcc; }
.flushleft { margin-left: 0%; }

.warning
{
	color: red;
	font-weight: bold;
}
