@charset "utf-8";
/* CSS Document */

a:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #638faa;
	text-decoration: none;
	}
	
a:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #638faa;
	text-decoration: none;
	}
	
a:active {
	font-family: Tahoma;
	font-size: 11px;
	color: #799339;
	text-decoration: none;
	}
	
a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #69839c;
	text-decoration: underline;
	}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #69839c;
	background-image: url(http://www.netrouting.nl/img/bg.gif);
	background-repeat: repeat-x;
	font-family: Tahoma;
	font-size: 12px;
}
.menu {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	}
.table {
	background-color: #FFFFFF;
	background-image: url(http://www.netrouting.nl/img/tablebg.gif);
	background-repeat: repeat-x;
}