a {
	text-decoration: none;
	background: transparent;
}
a:hover {
	text-decoration: underline;
	background: transparent;
}
a:link {
	color: #C0FFC0;
	background: transparent;
}
a:visited {
	color: #70AFF7;
	background: transparent;
} 
body {
	background-image: url(http://www.hanskamp.com/gif/background.gif); 
	color: lime;
	font-family: "Comic Sans ms";
}
div.remark { font-size: 80% }
div.center { text-align: center }
div.justify { text-align: justify }
div.news {
	color: #ff8000;
	background: transparent;
}
ol.sub { list-style-type: lower-alpha }
li.steps {
	margin-top: 1em;
	margin-bottom: 1em;
}

p.news {
	color: #ff8000;
	background: transparent;
}
table.programcode {
	background-image: url(http://www.hanskamp.com/gif/srcbackground.gif);
	color: black;
	font-weight: bold;
}
td.number {
	text-align: right;
}
tr#row1 {
	color: red;
	background: transparent;
}
tr#row1 td {
	border-top: 1px solid red;
	border-right: 1px solid red;
	border-bottom: 1px solid red;
	border-left: 1px solid red;
}
tr#row2 {
	color: #ff8000;
	background: transparent;
}
tr#row2 td
{
	border-top: 1px solid #ff8000;
	border-right: 1px solid #ff8000;
	border-bottom: 1px solid #ff8000;
	border-left: 1px solid #ff8000;
}
ul.bullet
{
	list-style-type: circle;
	list-style-image: url(http://www.hanskamp.com/gif/bullet.gif);
}
