body {
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	maring: 0;
	margin-left: 0;
	margin-top: 0;
	margin-width: 0;
	margin-height: 0;
}	
.menu {
    font-family : Verdana; 
    font-size : 10px;
	text-decoration: none;
	color: Black;
	}
	
/* this is for the text that shows up in the menu on the left hand side going up and down */
.vmenu {
    font-family : Verdana; 
    font-size : 10px;
	text-decoration: none;
	color: Black;
	}

/* SUBMENU SETTINGS */
.SUBMENU {
    font-family : Verdana; 
    font-size : 10px;
    color : Black; 
	text-decoration: none;
	}
	
/* SUBMENU SETTINGS FOR OPERA, IE6 */
A.SUBMENU { 
	font-family : Verdana; 
	font-size : 10px ; 
	text-decoration : none ; 
	width : 100% ; 
	color : black ; }


A.SUBMENU:hover { 
	background-color : Silver; 
	color : Black; 
	}

A.SUBMENU:visited { color : black ; }
