/* CSS Document */

	* { font-family: arial; }

	.blockImg { display: block }
	.thinBlackBorder { border-style: solid; border-width: 1px; border-color: black; }
    .tbb { border-style: solid; border-width: 1px; border-color: black; }
    
	/*
    .mainText { font-size: 14; text-align: justify}
    */

    .linkBarItem { 
		font-size: 15; 
		font-weight: bold; 
	}
	#linkBar a:hover {
		font-weight: bold;
		color: darkred;
	}

	
	/* ----------------- FOOTER ----------------- */


	#footer { 
		clear: both;
	}

	#footerBar {
		margin: 15px 10px 0px 10px
		height: 1px;
		border-bottom: 1px solid black;
	}

	#footerText {
		color: black;
		font-size: 11px;
		text-align: center;
	}	

	.clearlyLink:link { color: darkblue; }
	.clearlyLink:visited { color: darkblue; }
	.clearlyLink:hover { color: red; }
	.clearlyLink:active { color: yellow; }