/* CSS Document */
/* Clean hands factory, Ruud Snoeren*/
/* link rel="stylesheet" href="menu_stylesheet.css" type="text/css" */

body {
	font-family:Verdana;
	font-size:10pt;
	color: #000080;
	SCROLLBAR-FACE-COLOR: #6e92b7;
	SCROLLBAR-SHADOW-COLOR: black;
	SCROLLBAR-ARROW-COLOR: black;
	}

A:hover {
	color: #ffffff;
	font-size: 10pt;
	text-decoration:none
	}

a {
	text-decoration:none;
	
	}	
	
h2 {
	font-family:Verdana;
	font-size:14pt;
	color: #0000FF;
	}
	
ul {
	list-style-type:square;
	list-style-color: #6e92b7;
	}
