/* class='leftMenu' */
/* id="header" */
/* id="topmenu" */
/* id="content" */
/* id="footer" */

body {
	background-image: url('images/menu_bgimage2.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center; 
	}

a:link {
	color: DarkSlateGray;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:visited {
	color: DarkSlateGray;
	text-decoration: none;
	}

a:hover {
	color: DodgerBlue;
	text-decoration: underline;

.leftMenu {
	font-family: Arial, Times;
	}
