/* This is a sample css file that you can use to customize the PSLRB's embeddable recent decisions service. */
/* Please contact the pslrb webmaster if you have any technical questions. */
/* The PSLRB reserves the right to modify our web services at any time. */
/* If you let us know that you are using this service, we will notify you of any changes. */

/* header color */
#pslrb h2{
	background-color:blue;
	color:pink;
	text-decoration:none;
	font-size:0.7em;
	padding:2px;
	margin-bottom:0px;
	}


/* color of borders */
ul.nav {
	border-color:green;
	border-style:outset;
	border-width:0 2px 1px 1px;
	margin-top:0px;
	padding:0;
	}

	
/* list of decisions - separator and background color */	
ul.nav li.menucontent {
	background-color:honeydew;
	border-bottom:1px solid green;
	list-style-type:none;
	padding:1px;
	}

	
/* link style */	
ul.nav li.menucontent a{
	text-decoration:none;
	font-size:.6em;
	color:darkred;
	font-family:arial;
	}
