/* 
author:		jason gonzales	
created:		11.03.2008
updated:		11.03.2008										
file:			csshomepage.css										
description:	CSS file that handles the specific definition of the home page
*/

/* definition that controls the list of links featured in the right sidebar */
.sidebarLinks li	{
				  margin-left:			0;
				  margin-bottom:		0;
				  list-style:			none;
				  font-size:			80%;
				  line-height:			2.75em;
}


