/* footer */
.footer { 
	clear: both; 
	text-align: center;
	color: #808080;/*donker grijs*/
	background: #f0f0f0;
	padding: 4px 0 3px 0;
	border-top: 1px solid #eee;
        }
.footer p {	
          line-height: 2em; 
          }
.footer a {	
          color: #464548; /*lichtgrijs*/
          background: #f0f0f0; 
          border-bottom: 1px dotted #808080; 
          text-decoration: none; 
          }  
.blue    {
         color: #0000FF;/*blauw*/
	 background: inherit;
         }