#button  {
	color : white;
	font-family : arial,sans-serif;
	text-decoration : none;
	}


#button:hover  {
	color : #05FF03;
	font-family : arial,sans-serif;
	text-decoration : none; 
	}


A:hover  {
	color : red;
	font-family : arial,sans-serif;
	font-weight : bold;
	text-decoration : none;
	}


A:link  {
	color : #800000;
	font-family : arial,sans-serif;
	font-weight : bold;
	text-decoration : none;
	}


A:visited  {
	color : #000080;
	font-family : arial,sans-serif;
	font-weight : bold;
	text-decoration : none;
	}


#text  {
	font-family : arial,sans-serif;
	color : #000000;
	}

#bar  {
	color : white;
	font-family : arial,sans-serif;
	text-decoration : none;
	line-height: 60%;
	}


#bar:hover  {
	color : yellow;
	font-family : arial,sans-serif;
	text-decoration : none; 
	line-height: 60%;
	}


#prop  {
	color : black;
	font-family : arial,sans-serif;
	text-decoration : none;
	line-height: 60%;
	}


#prop:hover  {
	color : yellow;
	font-family : arial,sans-serif;
	text-decoration : none; 
	line-height: 60%;
	}

#path  {
	color : #000099;
	font-family : arial,sans-serif;
	text-decoration : underline; 
	line-height: 60%;
	}


#path:hover  {
	color : red;
	font-family : arial,sans-serif;
	text-decoration : underline; 
	line-height: 60%;
	}



