body
	{ 
 	background-color: #ECF0F0;
/* 	background-color: #FFFFFF;*/
	background-image: url(http://www.gdps.dk/img/gdps64k64.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom right;
	margin-left: 5%; 
	margin-right: 5%; 
	font-family: sans-serif;
	}
div.menu
{
		background-color: #cccccc;
}
div.yellowbox
{
	background-color: yellow;
	padding: 1em;
		border: solid;
		border-width: thin;
	margin-left: 15%; 
	margin-right: 15%; 
}
div.yellowboxright
{
	float: right;
	display: inline;
	background-color: yellow;
	padding: 1em;
	border: solid;
	border-width: thin;
	width: 25%;
}
table
	{
		font-family: sans-serif;
		font-size: 100%;
		border-width: thin;
		border-color: white;
	}
td
	{
		font-family: sans-serif;
		font-size: 80%;
	}
td.plain
	{
		font-family: sans-serif;
		font-size: 100%;
	}
th
	{
		background: rgb(204, 204, 153);
	}
th.menu
	{
		background: red;
		color: white;
	}
p.question
	{
		font-style: italic
	}
p.answer
	{
		margin-left:	+3%;
	}
h1 
	{
		margin-left: -3%;
		font-size: 130%;
	}
h2,h3,h4,h5,h6 
	{
		margin-left: -3%;
		font-size: 110%;
	}
pre
	{
		color: green;
		font-weight: bold;
		white-space: pre;
		font-family: monospace;
	}
.navbar
	{
		text-align: center
	}
div.box
	{
		background: #FFFFFF;
		border: solid;
		border-width: thin;
		width: 70%;
		padding: 0.2em;
		text-align: left
	}
div.floatright
{
		border: none;
		padding: 1em;
		float: right;
		display: inline;
}
div.floatleft
{
		border: none;
		padding: 1em;
		float: left;
		display: inline;
}
div.floatleft20
{
		width: 20%;
		border: none;
		padding: 1em;
		float: left;
		display: inline;
}
div.floatleftp150
{
		width: 150px;
		border: none;
		padding: 1em;
		float: left;
		display: inline;
}
div.color
	{
		background-color: rgb(204,204,255);
		padding: 0.5em;
		border: none;
		width: 100%;
	}
pre.bad
	{
		color: rgb(192, 101, 101)
	}
p.changed
	{
		padding-left: 0.2em;
		border-left: solid;
		border-top: none;
		border-bottom: none;
		border-right: none;
		border-left-width: thin;
		border-color: red;
	}
p.copyright
	{
		font-size: smaller;
		text-align: right;
		clear: right;
}
p.alignleft
	{
		font-size: smaller;
		text-align: left;
	}
p.alignright
	{
		font-size: smaller;
		text-align: right;
	}
