@charset "utf-8";
/* CSS Document */

body {
	background-color: #404080;
	background-image: url(images/spot.jpg);
	background-repeat: no-repeat;
}
.headline {
	color: #000000;
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.headline_beowolf {
	color: #000099;
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.headline_lispgen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #009900;
}
.headline_dialoggen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #CC6600;
}
.headline_plineweeder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #6600CC;
}
.whitemenu {font-family: Arial, Helvetica, sans-serif; font-size: small; color: #FFFFFF; }
.blackmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
.smallfont {
	font-size: small;
}
.largefont {
	font-size: large;
}
.xlargefont {
	font-size: x-large;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.beowolffont {
	font-family: Times, serif;
	font-size: x-large;
	font-weight: bold;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #0000CC;
}
a:visited {
	text-decoration: none;
	color: #0000CC;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #0000CC;
}
.italic_grey {
	color: #666666;
	font-style: italic;
}
