/* CSS Document */

body 	{ 	background-color: white; 
			color: black; 
			font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
			font-size: 76%;
			font-weight: bold;}


	h1 { 	background-color: transparent;
			color:#8B0000; 
			font-size: 2em;
			margin-top: 0; 
			margin-bottom: 1em; 
			text-align: center;
			}
			
	img	{
			border: none;
	}
			
	a:link, a:visited, a:link img, a:visited img   {
			background-color: transparent;
			border: none;
			color: black;
            text-decoration: none; 
		}
		
	a:hover, a:visited:hover, a:hover img a:visited:hover img { 
			border:none;
			color: #8B0000; 
			text-decoration: none;
		}
	
	/* navigation menu */
	
	ul#homenav	{ 
		  font-size: 1.2em;
		  font-weight: bold;
		  line-height: 200%;
		  list-style-type: none;
		  margin-left: 0;
		  padding-left: 0;
	  }
					  
	ul#homenav li {
			background-image:  url("http://www.unilu.org/homepage_images/small_bullet.gif");
			background-repeat: no-repeat; 
			background-position: 0 .5em;
			margin-left: 0.5em;
			padding-left: 1.5em;
	}
	
	#footer {
		padding-top: 1em;
	}
	
	#footernav { 
			display: inline; 
			font-size: 1em;
			font-weight: normal;
			padding-left: 0;
	}
	
	label.hiddenlabel	{	background-color: transparent;
						color: white; }
						
	p.footer	{ margin-top: 0; padding-top: 0; }
				 


