

/* CSS Stylesheet for Clinical Leaders Network */

/* Body template */

body 			{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			background-color:transparent;
			color:#000000;
			}
			
h1      	{
			display:all;
			background-color:transparent;
			color: #000000;
			font-family: Arial, helvetica, sans-serif;
			font-size:1.2em;             	
			}
			
h2      	{
			background-color:transparent;
			color: #000000;
			font-family: Arial, helvetica, sans-serif;
			font-size:1.2em;             	
			}
			
p, li, td	   	{
			background-color:transparent;
			color:#000000;
			font-family:Verdana, Arial,helvetica,sans-serif;
			font-size:0.8em;          				
			}
			
#navbar		{display:none;}

#copyright	{font-size:0.8em;}