/* 
author:		jason gonzales
created:		11.03.2008
updated:		11.03.2008
file:			mpldb.css
description:	CSS file that handles the design specifically for the databases web pages
*/

#mainContent a:link, a:visited	{
							  font-weight:	bold;
}

#mainContent p	{
				  margin-bottom:	25px;
}

.databaseEven	{
				  background-color:		#e5d1d1;
}

.databaseAccess	{
				  font-style:	italic;
				  font-weight:	bold;
				  font-size:	85%;
}

li	{
	  padding-bottom:	20px;
}




