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

form {
	font-family: sans-serif; 
	font-size: 67%;
	margin-bottom: 0px;
	}

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;
	}
	
a.miniml:link { /*normal links in the text*/
	color: #000000; 
	text-decoration: none; 
	background: #FFFFFF;
	font-weight: bold;
	}
	
a.miniml:visited { /*visited links in the text*/
	color: #000000; 
	text-decoration: none; 
	background: #FFFFFF;
	font-weight: bold;
	}
	
a.miniml:hover { /*this effect is not shown in NN4.xx*/
	color: #000000; 
	text-decoration: none; 
	background: #FFFFFF;
	font-weight: bold;
	}

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

a.nav:active { /*colour in NN4.xx is red*/
	color: #000000; 
	text-decoration: underline; 
	background: #FFFFFF;
	}