#menu td a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
#menu td a:hover {
	color: #3366FF;
	background-color: #FFFFFF;
}

table#pagina {
	background-attachment: fixed;
	background-image: url(http://www.xayana.be/media/02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 480px;
	width: 640px;
	border: 1px solid #000000;
	vertical-align: middle;
	position: relative;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #3366FF;
}
.copyrightNotice {
	font-size: 9px;
}
.opmerking {
	font-size: 9px;
	font-weight: lighter;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.link {
	font-size: 11px;
	font-variant: small-caps;
	font-style: oblique;
}
.titel {
	font-weight: bold;
	font-variant: small-caps;
}
.textbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 300px;
	height: 20px;
	background: transparent;
	color: #000000;
	border: 1px solid #000000;

}
.textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 300px;
	height: 100px;
	overflow: auto;
	background: transparent;
	color: #000000;
	border: 1px solid #000000;

}
.button {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 300px;
	background: transparent;
	text-align: center;
	border: thin double #000000;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
