/* CSS Document */

/*@import url(http://www.alquier.org/linfa-net/themes/relaxation-subvert/base-weblog.css);*/

/*@import url(http://www.alquier.org/linfa-net/themes/relaxation-subvert/theme-relaxation-subvert.css);*/

@import url(http://www.alquier.org/linfa-net/themes/blackandbright/blackandbright.css);

#banner {
	border-top:8px solid #000000;  /* -- controls the size and color of the top of page colored line -- */
}

#banner-header, #banner-header a {	
    color:#FFCC33;      /* -- controls the blog title - can be a contrasting color or #FFF for white -- */
}

#banner { 
	height:150px;  
}


#banner-inner{
	background-image:url(/linfa-net/themes/blackandbright/linfa-net-header.jpg);
	background-repeat:no-repeat;
	background-position:top right; 
}


a {
	color:#AAE9FC;		/* -- controls the color of the links -- */
	text-decoration:none ;
}

a:hover {
	text-decoration:none;
	color:#FFCC33;        /* -- control the color of links on hover -- */
}
 
