body
{
	background-image: url('backgroundimage.jpg');
	background-repeat: repeat-x;
	font-family: sans-serif;
	font-size: 100%;
	width: 760px;
	min-width: 760px;
}

h1
{
	font-family: fantasy;
	font-size: 400%;
	font-style: oblique;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 100%;
	white-space: nowrap;
	text-align: left;
	margin-top: 0%;
	margin-bottom: 0%;
}

h2
{
	font-family: fantasy;
	font-size: 125%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 2%;
	white-space: nowrap;
	text-align: right;
	margin-top: 0%;
	margin-bottom: 0%;
}

h3
{
	font-family: fantasy;
	font-size: 150%;
	font-style: bold;
	font-variant: normal;
	font-weight: normal;
	line-height: 0%;
	white-space: nowrap;
	text-align: left;
	margin-top: 5%;
	margin-bottom: 0%;
}

h4
{
	font-family: sans-serif;
	font-size: 100%;
	font-style: bold;
	font-variant: normal;
	line-height: 0%;
	text-align: left;
	margin-top: 2%;
	margin-bottom: 2%;
	padding-left: 20pt;
}

p.entry
{
	font-size: 95%;
	padding-left: 40pt;
	padding-right: 10pt;
	text-align: justify;
}

p.header
{
	background-color: gray;
}

a.navbar
{
	width: 6em;
	float: top;
	text-decoration: none;
	padding: 0.5em 0.5em;
	font-family: fantasy;
	font-size: 110%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	white-space: nowrap;
	text-align: center;
	margin-top: 100%;
	margin-bottom: 100%;

	border-right: 2px solid gray;
	border-bottom: 2px solid gray;	

	color: black;

	background-image: url('buttonimage.jpg');
	background-repeat: repeat;
}

a.currentpage
{
	width: 6em;
	float: top;
	text-decoration: none;
	padding: 0.5em 0.5em;
	font-family: fantasy;
	font-size: 110%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	white-space: nowrap;
	text-align: center;
	margin-top: 100%;
	margin-bottom: 100%;

	border-left: 2px solid gray;
	border-top: 2px solid gray;

	color: black;
	
	background-image: url('currentimage.jpg');
	background-repeat: repeat;
}

a.textlink
{
	text-decoration: underline;
	color: black;
}

a.linkpage
{
	font-family: sans-serif;
	font-size: 100%;
	font-style: bold;
	font-variant: normal;
	line-height: 0%;
	text-align: left;
	margin-top: 4%;
	margin-bottom: 2%;
	padding-left: 20pt;
	text-decoration: underline;
	color: black;
}

