A: link {
        color: blue;
        text-decoration: none }

 A: hover {
        text-decoration: underline }

/* whitelinks for dark blue menu */
 a.link {
        color: black;
        font-weight: bold;
        background: white;
        text-decoration: none }

P: {text-indent: 11pt;}

SPAN.stylish {
        font-size: 12pt;
        text-decoration: none;
        text-weight: bold;
        font-family: Arial, serif }
        
/* grey contrast for menu */
 .contrast {
    background: "#FFFFFF" }
        

 SPAN.culture {
        color: white;
        text-decoration: none;
        font-weight: bold; }

 SPAN.title {
	color: white;
	text-decoration: none;
	font-weight: none;
	font-size: 16px;
	font-family: Arial }

 SPAN.menu {
	color: white;
        font-size: 9pt;
        text-decoration: none;
	background: #000066;
        text-weight: bold;
        font-family: Arial, serif }

 SPAN.menu2 {
	color: white;
        font-size: 11pt;
        text-decoration: none;
	background: #000066;
        text-weight: none;
        font-family: Arial, serif }

 SPAN.petite {
	color: grey;
        font-size: 9pt;
        text-decoration: none;
        text-weight: bold;
        font-family: Arial, serif }
 
 SPAN.right {
        text-align: right }
		
