html
{
	height: 100%;
}
body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: sans-serif;
	overflow: hidden;
}
#visiblepage
{
	width: 780px;
	height: 100%;
	text-align: left;
	background-color: #000000;
}
#pgContent
{
	position: absolute;
	margin-left: 160px;
	width: 620px;
	height: 100%;
	color: #ffffff;
	background-color: #000000;
	background-image: url(http://www.narfire.org.uk/images/pgbgnd.jpg);
	background-position: center;
	background-repeat: no-repeat;
	overflow-y: auto;
	overflow-x: hidden;
}
input
{
	font-size: small;
}
li
{
	padding: 6px;
}
a
{
	font-family: sans-serif;
	text-decoration: none;
	color: #FFDD99;
	font-weight: bold;
}
a:hover
{
	font-family: sans-serif;
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
a:active
{
	font-family: sans-serif;
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
A:visited
{
	font-family: sans-serif;
	text-decoration: none;
	color: #FFDD99;
	font-weight: bold;
}

.ArticleHeader
{
	color: #FFDD99;
	text-decoration: underline;
}

.ArticleHeaderEmphasised
{
	color: #FFDD99;
	text-decoration: underline;
}

.ArticleHeaderFlashOn
{
	color: #FF0000;
}

.ArticleHeaderFlashOff
{
	color: #FFDD99;
}