/* ***************** */
/* web_links.htm CSS */
/* ***************** */

/* ** -----Web Links Container----- ** */
#WebLinksContainer h2 {
/* Default text font */
	font-size: x-large; 
	font-style: italic; 
	font-weight: bold; 
	list-style-type: none;
	color: green;
	text-align: center;
	margin-top: 0px;
	}
#WebLinksContainer ul {
/* Default list style */
	list-style-type: square;           
	}
#WebLinksContainer div {
/* Default text font */
	font-size: large; 
	font-weight: bold;
	font-style: italic;            
	}
