.menuTitle {
	FONT-WEIGHT: normal;
	FONT-SIZE: 10pt;
	COLOR: #a22929;
	FONT-STYLE: italic;
	FONT-FAMILY: "times new roman",helvetica;
	FONT-VARIANT: normal;
	margin:0;
	text-align: left
}

p.navigation {font-size: 95%; font-weight: bold; text-align: right;
                 width: 100% }
/*p.navigation is the holder unit for the block links. It also specifies larger bold text*/

p.navigation a {display:block; color: #a22929;
             background-color: white; text-decoration: none;
             border: 0; padding:0; margin:0}

p.navigation a:visited {display:block; color: #a22929;
             background-color: white; text-decoration: none;
             border: 0; padding:0; margin:0}

p.navigation a:hover {display:block; color: white;
             background-color: #a22929; text-decoration: none;
             border: 0; padding:0; margin:0} 