/* CSS Document */
body {
     width: 400px;
	 margin-left: 10px;
	 margin-top: 10px;
	 line-height: 100%;
	 background-color:#FFFFFF;
	}
	 
p {
	font-family: sans-serif; 
	font-size: 67%;
	margin-bottom: 10px;
	}

a:link { /*normal links in the text*/
	color: #000000; 
	text-decoration: underline; 
	background: #FFFFFF;
	}
	
a:visited { /*visited links in the text*/
	color: #000000; 
	text-decoration: none; 
	background: #FFFFFF;
	}
	
a:hover { /*this effect is not shown in NN4.xx*/
	color: #000000; 
	text-decoration: none; 
	background: #FFFFFF;
	}
	
a:active { /*colour in NN4.xx is red*/
	color: #000000; 
	text-decoration: underline; 
	background: #FFFFFF;
	}