
body { 
	background-image: url(./images/bblue_links.jpg);
}

a { 	
	color: white;
	background-image: url(./images/bblue_norm.jpg);
	text-align: center;
    	text-decoration: none;
	font-size:12px;
	width: 95%;
	height: 16px;
    }
a:active{

background-image: url(./images/bblue_pr.jpg);
}

